mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-01 05:02:33 +00:00
Makes mentor PMs show up as mentor PMs again (#25351)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user