forked from UNLOZE/sm-plugins
someone end my life
This commit is contained in:
@@ -199,9 +199,10 @@ public void OnClientDisconnect(int client)
|
||||
g_bNewPlayerChatBlock[client] = false;
|
||||
}
|
||||
|
||||
public Action BlockChat(Handle timer, int clientid)
|
||||
public Action BlockChat(Handle timer, int serialid)
|
||||
{
|
||||
if ((client = GetClientFromSerial(clientid)) == 0)
|
||||
int client;
|
||||
if ((client = GetClientFromSerial(serialid)) == 0)
|
||||
return;
|
||||
|
||||
g_bNewPlayerChatBlock[client] = false;
|
||||
|
||||
Reference in New Issue
Block a user