mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Puts multi instance stuff behind a define (#23666)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user