From 5033fb9cb6992314fa5756fbc1ebe6d8bbeaee98 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Fri, 25 Aug 2017 23:56:10 -0400 Subject: [PATCH] Changes playtime verb name --- code/modules/admin/verbs/randomverbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index 0fcd5bef6fe..eebd6afdad7 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -1214,7 +1214,7 @@ GLOBAL_LIST_EMPTY(custom_outfits) //Admin created outfits /client/proc/cmd_admin_check_player_exp() //Allows admins to determine who the newer players are. set category = "Admin" - set name = "Check Player Playtime" + set name = "Player Playtime" if(!check_rights(R_ADMIN)) return