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:
Matt Atlas
2025-12-14 01:07:28 +01:00
committed by GitHub
parent 0bdc53bfce
commit 4f19e5e084
3 changed files with 116 additions and 72 deletions
+1 -1
View File
@@ -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)