From 97593604d62b09e6aa2ad52298dcf883d872dba1 Mon Sep 17 00:00:00 2001 From: Repede Date: Thu, 8 Mar 2018 08:17:45 -0500 Subject: [PATCH] Oops, forgot proc rename --- code/modules/DMAPI/yawnDMAPI.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/DMAPI/yawnDMAPI.dm b/code/modules/DMAPI/yawnDMAPI.dm index 0a12f2a261..017c93cfc3 100644 --- a/code/modules/DMAPI/yawnDMAPI.dm +++ b/code/modules/DMAPI/yawnDMAPI.dm @@ -4,7 +4,7 @@ required_parameters = 0 //number of parameters required for this command admin_only = FALSE //set to TRUE if this command should only be usable by registered chat admins -/datum/server_tools_command/who/Run(sender, params) +/datum/server_tools_command/status/Run(sender, params) return "```PLAYERCOUNT: [SERVER_TOOLS_CLIENT_COUNT] ROUND DURATION: roundduration2text()```" // - FAX