Fix includes

This commit is contained in:
BotoX
2017-02-26 00:16:12 +01:00
parent 106e04ae7e
commit a68896fc18
27 changed files with 5545 additions and 1761 deletions
+2 -2
View File
@@ -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);
}