Merge branch 'master' of https://github.com/rhelgeby/sm-zombiereloaded-3
This commit is contained in:
commit
8fcbe6ab85
|
@ -480,7 +480,7 @@ bool ZTele_HasReachedLimit(int client)
|
||||||
|
|
||||||
int ZTele_GetClientDelay(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)
|
bool ZTele_PlayerWalkedTooFar(int client)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user