From 58077a9516087eb916bd446fc40e8bad8b6fbff8 Mon Sep 17 00:00:00 2001 From: ShizCalev Date: Sun, 19 Jul 2020 11:23:20 -0400 Subject: [PATCH] Sorts client playtime panel alphabetically (#52264) --- code/modules/admin/verbs/randomverbs.dm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index b074c2c743b..ef628ba299d 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -1225,7 +1225,9 @@ Traitors and the like can also be revived with the previous role mostly intact. var/list/msg = list() msg += "Playtime ReportPlaytime:
" src << browse(msg.Join(), "window=Player_playtime_check")