don't clear gI_MapZones on Round_Start

This commit is contained in:
rtldg 2021-06-06 09:27:02 +00:00
parent 84cb7b98cd
commit eefaf5ebd0

View File

@ -3214,7 +3214,6 @@ public void Round_Start(Event event, const char[] name, bool dontBroadcast)
}
}
gI_MapZones = 0;
RequestFrame(CreateZoneEntities);
}