fix issue when someone dc with lennies hidden

This commit is contained in:
DoganGFL 2018-12-06 12:46:47 +01:00
parent ebd550190b
commit 5924862748

View File

@ -56,3 +56,8 @@ public Action HideLennies(int client, int args)
}
return Plugin_Handled;
}
public void OnClientDisconnect(int client)
{
g_bHideLennies[client] = false;
}