From 327f686f629b4ddd11b8d830e7c70799b9069c72 Mon Sep 17 00:00:00 2001 From: YUCLing Date: Thu, 14 Jul 2022 18:05:29 +0800 Subject: [PATCH] fix: typo --- gamemodes/zombiesurvival/scripting and addons.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamemodes/zombiesurvival/scripting and addons.txt b/gamemodes/zombiesurvival/scripting and addons.txt index 3658d3f..3243f4e 100644 --- a/gamemodes/zombiesurvival/scripting and addons.txt +++ b/gamemodes/zombiesurvival/scripting and addons.txt @@ -75,7 +75,7 @@ Hook. Human kills a zombie. GM:HumanKilledZombie(Player victim, Player attacker, DamageInfo dmginfo, Bool headshot, Bool wassuicide) Hook. Zombie kills a human. -GM:HumanKilledZombie(Player victim, Player attacker, DamageInfo dmginfo, Bool headshot, Bool wassuicide) +GM:ZombieKilledHuman(Player victim, Player attacker, DamageInfo dmginfo, Bool headshot, Bool wassuicide) SELF-EXPLANATORY HOOKS AND FUNCTIONS GM:LoadMapEditorFile()