Little bug in viewing paintball chat

Sets the player viewing paintball chat to false upon disconnecting.
This commit is contained in:
Cloudy 2019-06-09 12:16:08 +03:00 committed by GitHub
parent 3ee4bc05dc
commit 71f68fd2a8
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_OwnedHouses [ playerid ] = 0;
p_OwnedVehicles [ playerid ] = 0; p_OwnedVehicles [ playerid ] = 0;
p_ToggledViewPM { playerid } = false; p_ToggledViewPM { playerid } = false;
p_TogglePBChat { playerid } = false;
p_VIPExpiretime [ playerid ] = 0; p_VIPExpiretime [ playerid ] = 0;
p_Kills [ playerid ] = 0; p_Kills [ playerid ] = 0;
p_Deaths [ playerid ] = 0; p_Deaths [ playerid ] = 0;