Skip to content

Commit

Permalink
Fix: player panel no longer available without R_ADMIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimach committed Jun 26, 2023
1 parent 6d0c920 commit 74f7296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/player_panel.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/admins/proc/player_panel_new()//The new one
if(!check_rights())
if(!check_rights(R_ADMIN))
return
log_admin("[key_name(usr)] checked the player panel.")
var/dat = "<html><head><meta http-equiv='X-UA-Compatible' content='IE=edge' charset='UTF-8'/><title>Player Panel</title></head>"
Expand Down

0 comments on commit 74f7296

Please sign in to comment.