Skip to content

Commit

Permalink
Makes mentor PMs show up as mentor PMs again (ParadiseSS13#25351)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored May 2, 2024
1 parent fe59ff5 commit 5040dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/adminpm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
if(X.key != key && X.key != C.key)
if(message_type == MESSAGE_TYPE_MENTORPM)
if(check_rights(R_ADMIN|R_MOD|R_MENTOR, 0, X.mob))
to_chat(X, third_party_message, MESSAGE_TYPE_ADMINPM)
to_chat(X, third_party_message, MESSAGE_TYPE_MENTORPM)
else
if(check_rights(R_ADMIN|R_MOD, 0, X.mob))
to_chat(X, third_party_message, MESSAGE_TYPE_ADMINPM)
Expand Down

0 comments on commit 5040dc2

Please sign in to comment.