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 28daec6572
commit dd3f65d939

View File

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