mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 20:37:34 +01:00
Revert "Ported CM's server revision verb to fix issues with ours." (#21664)
Reverts Aurorastation/Aurora.3#21644 this fucks local testing for some reason
This commit is contained in:
@@ -421,7 +421,7 @@ SUBSYSTEM_DEF(ticker)
|
||||
to_world(SPAN_VOTE(SPAN_BOLD("Tip of the round:") + " [html_encode(message)]"))
|
||||
|
||||
/datum/controller/subsystem/ticker/proc/print_testmerges()
|
||||
var/data = GLOB.revdata.GetTestMergeInfo()
|
||||
var/data = GLOB.revdata.testmerge_overview()
|
||||
|
||||
if (data)
|
||||
to_world(data)
|
||||
|
||||
Reference in New Issue
Block a user