[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

@@ -81,7 +81,7 @@
//Shows today's server log
/datum/admins/proc/view_txt_log()
set category = "Admin.Logs" //CHOMPEdit
set category = "Admin.Logs"
set name = "Show Server Log"
set desc = "Shows today's server log."
@@ -96,7 +96,7 @@
//Shows today's attack log
/datum/admins/proc/view_atk_log()
set category = "Admin.Logs" //CHOMPEdit
set category = "Admin.Logs"
set name = "Show Server Attack Log"
set desc = "Shows today's server attack log."