forked from UNLOZE/sm-plugins
Fix includes
This commit is contained in:
@@ -144,12 +144,12 @@ public void Event_TeamChange(Handle event, const char[] name, bool dontBroadcast
|
||||
UpdateSpecialMutesOtherClients(client);
|
||||
}
|
||||
|
||||
public int ZR_OnClientInfected(int client, int attacker, bool motherInfect, bool respawnOverride, bool respawn)
|
||||
public void ZR_OnClientInfected(int client, int attacker, bool motherInfect, bool respawnOverride, bool respawn)
|
||||
{
|
||||
UpdateSpecialMutesOtherClients(client);
|
||||
}
|
||||
|
||||
public int ZR_OnClientHumanPost(int client, bool respawn, bool protect)
|
||||
public void ZR_OnClientHumanPost(int client, bool respawn, bool protect)
|
||||
{
|
||||
UpdateSpecialMutesOtherClients(client);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user