mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Log exports in DMAPI tests
This commit is contained in:
@@ -25,6 +25,10 @@
|
||||
|
||||
world.log << "You really shouldn't be able to read this"
|
||||
|
||||
/world/Export(url)
|
||||
log << "Export: [url]"
|
||||
return ..()
|
||||
|
||||
/world/Topic(T, Addr, Master, Keys)
|
||||
world.log << "Topic: [T]"
|
||||
. = HandleTopic(T)
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
world.TgsInitializationComplete()
|
||||
|
||||
/world/Topic(T, Addr, Master, Keys)
|
||||
world.log << "Topic: [T]"
|
||||
log << "Topic: [T]"
|
||||
. = HandleTopic(T)
|
||||
world.log << "Response: [.]"
|
||||
log << "Response: [.]"
|
||||
|
||||
/world/proc/HandleTopic(T)
|
||||
TGS_TOPIC
|
||||
@@ -41,6 +41,10 @@
|
||||
|
||||
world.TgsChatBroadcast("Recieved event: [json_encode(args)]")
|
||||
|
||||
/world/Export(url)
|
||||
log << "Export: [url]"
|
||||
return ..()
|
||||
|
||||
/proc/RebootAsync()
|
||||
set waitfor = FALSE
|
||||
world.sleep_offline = FALSE
|
||||
|
||||
Reference in New Issue
Block a user