mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed #165
This commit is contained in:
@ -411,7 +411,7 @@ class Player{
|
||||
break;
|
||||
case "server.chat":
|
||||
if(($data instanceof Container) === true){
|
||||
if(!$data->check($this->username)){
|
||||
if(!$data->check($this->username) or !$data->check($this->iusername)){
|
||||
return;
|
||||
}else{
|
||||
$message = $data->get();
|
||||
|
Reference in New Issue
Block a user