Skip to content

Commit

Permalink
[MIRROR] Hey what if admins were allowed to use the player panel (#2905)
Browse files Browse the repository at this point in the history
* Hey what if admins were allowed to use the player panel (#82682)

Re-adds the player panel verb to the verb panel.

* Hey what if admins were allowed to use the player panel

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Zephyr <[email protected]>
Co-authored-by: Iajret <[email protected]>
  • Loading branch information
4 people authored Apr 16, 2024
1 parent 38d7129 commit e576158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/admingame.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ADMIN_VERB_ONLY_CONTEXT_MENU(show_player_panel, R_ADMIN, "Show Player Panel", mob/player in world)
ADMIN_VERB_AND_CONTEXT_MENU(show_player_panel, R_ADMIN, "Show Player Panel", "Get the player panel for the target mob.", ADMIN_CATEGORY_MAIN, mob/player in world)
log_admin("[key_name(user)] checked the individual player panel for [key_name(player)][isobserver(user.mob)?"":" while in game"].")

if(!player)
Expand Down

0 comments on commit e576158

Please sign in to comment.