From a3ff596fd629025f328c9a1ffd88a01333b039cd Mon Sep 17 00:00:00 2001 From: jenz Date: Thu, 8 Aug 2024 19:32:33 +0200 Subject: [PATCH] fixed kinda dumb mistake that caused the zones files to never be read --- zombie_hunting_respawn/zh_respawn_stop.sp | 1 + 1 file changed, 1 insertion(+) diff --git a/zombie_hunting_respawn/zh_respawn_stop.sp b/zombie_hunting_respawn/zh_respawn_stop.sp index a6007b89..492a7139 100644 --- a/zombie_hunting_respawn/zh_respawn_stop.sp +++ b/zombie_hunting_respawn/zh_respawn_stop.sp @@ -799,6 +799,7 @@ public void OnMapStart() { return; } + ReadZoneFile(); g_human_damage_addition = 1.0;