mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Noobie mistake fix
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
admin_only = FALSE //set to TRUE if this command should only be usable by registered chat admins
|
admin_only = FALSE //set to TRUE if this command should only be usable by registered chat admins
|
||||||
|
|
||||||
/datum/server_tools_command/status/Run(sender, params)
|
/datum/server_tools_command/status/Run(sender, params)
|
||||||
return "```PLAYERCOUNT: [SERVER_TOOLS_CLIENT_COUNT] ROUND DURATION: roundduration2text()```"
|
return "```PLAYERCOUNT: [SERVER_TOOLS_CLIENT_COUNT] ROUND DURATION: [roundduration2text()]```"
|
||||||
|
|
||||||
// - FAX
|
// - FAX
|
||||||
/datum/server_tools_command/readfax
|
/datum/server_tools_command/readfax
|
||||||
|
|||||||
Reference in New Issue
Block a user