Fixed crash due to new API changes

This commit is contained in:
Shoghi Cervantes Pueyo 2013-04-08 23:07:01 +02:00
parent 01e31fc82e
commit 3e3521086b

View File

@ -107,7 +107,7 @@ class PlayerAPI{
break;
}
}
$this->server->chat(false, $message);
$this->server->api->chat->broadcast($message);
return true;
break;
}