mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Migrates SSinstancing to Redis from world.Export() (#17679)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/datum/redis_callback/server_messages
|
||||
channel = SERVER_MESSAGES_REDIS_CHANNEL
|
||||
|
||||
/datum/redis_callback/server_messages/on_message(message)
|
||||
// Decode
|
||||
var/list/data = json_decode(message)
|
||||
// And fire
|
||||
SSinstancing.execute_command(data["src"], data["cmd"], data["args"])
|
||||
Reference in New Issue
Block a user