This commit is contained in:
BotoX 2015-11-15 00:45:19 +01:00
commit 8fcbe6ab85
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ bool ZTele_HasReachedLimit(int client)
int ZTele_GetClientDelay(int client)
{
InfectIsClientInfected(client) ? ZTele_GetZombieDelay() : ZTele_GetHumanDelay();
return InfectIsClientInfected(client) ? ZTele_GetZombieDelay() : ZTele_GetHumanDelay();
}
bool ZTele_PlayerWalkedTooFar(int client)