fixed kinda dumb mistake that caused the zones files to never be read

This commit is contained in:
jenz 2024-08-08 19:32:33 +02:00
parent 84ff69a52d
commit a3ff596fd6

View File

@ -799,6 +799,7 @@ public void OnMapStart()
{ {
return; return;
} }
ReadZoneFile();
g_human_damage_addition = 1.0; g_human_damage_addition = 1.0;