mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
something something zones not loading
This commit is contained in:
parent
7ce9878a50
commit
eb9c09be65
@ -839,9 +839,7 @@ public void OnEntityDestroyed(int entity)
|
|||||||
{
|
{
|
||||||
if (entity > MaxClients && entity < 4096 && gI_EntityZone[entity] > -1)
|
if (entity > MaxClients && entity < 4096 && gI_EntityZone[entity] > -1)
|
||||||
{
|
{
|
||||||
int zone = gI_EntityZone[entity];
|
KillZoneEntity(gI_EntityZone[entity]);
|
||||||
KillZoneEntity(zone);
|
|
||||||
ClearZone(zone);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3165,7 +3163,6 @@ public void Round_Start(Event event, const char[] name, bool dontBroadcast)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
gI_MapZones = 0;
|
|
||||||
RequestFrame(CreateZoneEntities);
|
RequestFrame(CreateZoneEntities);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user