Fixed Container::check() blacklist

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-23 18:21:37 +02:00
parent 13aa73d26e
commit fea6e9c432
3 changed files with 4 additions and 6 deletions

View File

@ -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));