[MIRROR] Server maint subsystem (#9408)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-11-04 14:00:41 -07:00
committed by GitHub
parent 4f9bd4462d
commit f72f2f8c89
225 changed files with 689 additions and 683 deletions

View File

@@ -10,7 +10,7 @@
*/
/client/verb/fix_tgui_panel()
set name = "Fix chat"
set category = "OOC.Debug" //CHOMPEdit
set category = "OOC.Debug"
var/action
log_tgui(src, "Started fixing.", context = "verb/fix_tgui_panel")
@@ -44,7 +44,7 @@
/client/verb/refresh_tgui()
set name = "Refresh TGUI"
set category = "OOC.Debug" //CHOMPEdit
set category = "OOC.Debug"
for(var/window_id in tgui_windows)
var/datum/tgui_window/window = tgui_windows[window_id]