외교 메시지 삭제 조건 완화
This commit is contained in:
@@ -275,8 +275,8 @@ class Message
|
|||||||
return '본인의 메시지만 삭제할 수 있습니다.';
|
return '본인의 메시지만 삭제할 수 있습니다.';
|
||||||
}
|
}
|
||||||
|
|
||||||
if($msgObj->msgType == Message::MSGTYPE_DIPLOMACY){
|
if($msgObj instanceof DiplomaticMessage){
|
||||||
return '외교 메시지는 삭제할 수 없습니다.';
|
return '시스템 외교 메시지는 삭제할 수 없습니다.';
|
||||||
}
|
}
|
||||||
|
|
||||||
$prev5min = new \DateTime();
|
$prev5min = new \DateTime();
|
||||||
|
|||||||
Reference in New Issue
Block a user