mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed Container::check() blacklist
This commit is contained in:
@ -115,7 +115,7 @@ class ChatAPI{
|
||||
}
|
||||
}
|
||||
$message .= $text;
|
||||
if($whitelist === false and $blacklist === false){
|
||||
if($whitelist === false){
|
||||
console("[INFO] ".$message);
|
||||
}
|
||||
$this->server->handle("server.chat", new Container($message, $whitelist, $blacklist));
|
||||
|
Reference in New Issue
Block a user