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