최근 메시지만 전송 받도록 수정.
This commit is contained in:
@@ -21,7 +21,7 @@ if(!$v->validate()){
|
||||
}
|
||||
|
||||
$mailbox = (int)$post['mailbox'];
|
||||
$text = StringUtil::cutStringForWidth($post['text'], 100, '');
|
||||
$text = StringUtil::cutStringForWidth($post['text'], 199, '');
|
||||
|
||||
$session = Session::requireGameLogin([
|
||||
'msgID'=>null
|
||||
|
||||
Reference in New Issue
Block a user