Update h&s to new gamemode system

This commit is contained in:
Jackz 2022-07-06 22:59:25 -05:00
parent bc8069ac48
commit e0e3a0adef
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
5 changed files with 25 additions and 21 deletions

View file

@ -237,7 +237,7 @@ void SetupEntities(bool blockers = true, bool props = true, bool portals = true)
}
#endif
if(mapConfig.entities != null) {
PrintToServer("[H&S] Deploying %d custom entities (Set: %s) (blockers:%b props:%b portals:%b)", mapConfig.entities.Length, currentSet, blockers, props, portals);
PrintToServer("[H&S] Deploying %d custom entities (Set: %s) (blockers:%b props:%b portals:%b)", mapConfig.entities.Length, g_currentSet, blockers, props, portals);
for(int i = 0; i < mapConfig.entities.Length; i++) {
EntityConfig config;
mapConfig.entities.GetArray(i, config);