Puts multi instance stuff behind a define (#23666)

This commit is contained in:
AffectedArc07
2024-01-14 12:29:12 +00:00
committed by GitHub
parent 9d4a2e4f8b
commit 223d980e02
9 changed files with 18 additions and 93 deletions
@@ -1,3 +1,4 @@
#ifdef MULTIINSTANCE
SUBSYSTEM_DEF(instancing)
name = "Instancing"
runlevels = RUNLEVEL_INIT | RUNLEVEL_LOBBY | RUNLEVEL_SETUP | RUNLEVEL_GAME | RUNLEVEL_POSTGAME
@@ -182,3 +183,4 @@ SUBSYSTEM_DEF(instancing)
qdel(dbq1)
return null // If we are here, it means we didnt find our player on another server
#endif