mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Fixed #165
This commit is contained in:
parent
c5326131a2
commit
012ecbe40a
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user