Skip to content

Commit

Permalink
fixed #276
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jul 19, 2016
1 parent 5191094 commit b8dcdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gamemodes/sss/core/player/core.pwn
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ public OnPlayerUpdate(playerid)
if(ply_Data[playerid][ply_BitFlags] & Frozen)
return 0;

if(IsPlayerDataLoaded(playerid))
if(!IsPlayerDataLoaded(playerid))
return 0;

if(IsPlayerInAnyVehicle(playerid))
Expand Down

0 comments on commit b8dcdb7

Please sign in to comment.