forked from UNLOZE/sm-plugins
fix issue when someone dc with lennies hidden
This commit is contained in:
@@ -55,4 +55,9 @@ public Action HideLennies(int client, int args)
|
||||
ReplyToCommand(client, "You unblocked Lennies");
|
||||
}
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
public void OnClientDisconnect(int client)
|
||||
{
|
||||
g_bHideLennies[client] = false;
|
||||
}
|
||||
Reference in New Issue
Block a user