Adds a admin verb to manually get the logout report (#6377)

This commit is contained in:
Werner
2019-05-22 14:18:39 +02:00
committed by GitHub
parent f8977150a6
commit 3323a4a95f
3 changed files with 61 additions and 7 deletions
+2 -1
View File
@@ -339,7 +339,8 @@ var/list/admin_verbs_mod = list(
/client/proc/cmd_admin_check_contents,
/client/proc/check_words, /*displays cult-words*/
/client/proc/check_ai_laws, /*shows AI and borg laws*/
/client/proc/aooc
/client/proc/aooc,
/client/proc/print_logout_report
)
var/list/admin_verbs_dev = list( //will need to be altered - Ryan784