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

View File

@@ -2,7 +2,9 @@
channel = SERVER_MESSAGES_REDIS_CHANNEL
/datum/redis_callback/server_messages/on_message(message)
#ifdef MULTIINSTANCE
// Decode
var/list/data = json_decode(message)
// And fire
SSinstancing.execute_command(data["src"], data["cmd"], data["args"])
#endif