Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.
/ DF Public archive

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymaster committed May 16, 2015
1 parent 51ab7a1 commit 7f4ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DF Sources/g_player.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4295,7 +4295,7 @@ procedure TPlayer.GiveItem(ItemType: Byte);
else
Exit;
end;
if gGameSettings.GameType = GT_SERVER then MH_SEND_PlayerStats(PLAYER_UID);
if gGameSettings.GameType = GT_SERVER then MH_SEND_PlayerStats(FUID);
end;

procedure TPlayer.SetModel(ModelName: string);
Expand Down

0 comments on commit 7f4ad1a

Please sign in to comment.