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