Merge pull request #32 from meCloudy/patch-12

Little bug in viewing paintball chat
This commit is contained in:
Lorenc Pekaj 2019-06-09 19:17:16 +10:00 committed by GitHub
commit 39181bf799
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -538,6 +538,7 @@ public OnPlayerDisconnect( playerid, reason )
p_OwnedHouses [ playerid ] = 0;
p_OwnedVehicles [ playerid ] = 0;
p_ToggledViewPM { playerid } = false;
p_TogglePBChat { playerid } = false;
p_VIPExpiretime [ playerid ] = 0;
p_Kills [ playerid ] = 0;
p_Deaths [ playerid ] = 0;