fix issue when someone dc with lennies hidden
This commit is contained in:
parent
ebd550190b
commit
5924862748
@ -56,3 +56,8 @@ public Action HideLennies(int client, int args)
|
||||
}
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
public void OnClientDisconnect(int client)
|
||||
{
|
||||
g_bHideLennies[client] = false;
|
||||
}
|
Loading…
Reference in New Issue
Block a user