Skip to content

Commit

Permalink
Update code/modules/admin/tabs/admin_tab.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
blackdragonTOW and harryob authored Aug 11, 2023
1 parent d9b0896 commit 0d899d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/tabs/admin_tab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
log_adminpm("ADMIN: [key_name(src)] : [msg]")

var/color = "mod"
if(check_rights(R_PERMISSIONS))
if(check_rights(R_PERMISSIONS, show_msg = FALSE))
color = "adminmod"

var/channel = "ADMIN:"
Expand Down

0 comments on commit 0d899d0

Please sign in to comment.