GENERAL: Infection update.

This commit is contained in:
2017-10-06 13:49:11 +02:00
parent bd10d160c4
commit 1b81c27314
3 changed files with 80 additions and 54 deletions

View File

@ -105,7 +105,7 @@ public APIInfectClient(Handle:plugin, numParams)
// Validate the client index.
APIValidateClientIndex(client, Condition_True);
InfectHumanToZombie(client, attacker, motherInfect, respawnOverride, respawn);
return InfectHumanToZombie(client, attacker, motherInfect, respawnOverride, respawn);
}
/**
@ -123,7 +123,7 @@ public APIHumanClient(Handle:plugin, numParams)
// Validate the client index.
APIValidateClientIndex(client, Condition_True);
InfectZombieToHuman(client, respawn, protect);
return InfectZombieToHuman(client, respawn, protect);
}
/**