mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 23:37:45 +00:00
Added chat API to ChatAPI.php
This commit is contained in:
@@ -27,5 +27,7 @@ the Free Software Foundation, either version 3 of the License, or
|
||||
|
||||
class ChatAPI{
|
||||
|
||||
|
||||
public function chat($a, $b){
|
||||
$this->server->chat($a, $b);
|
||||
return true;
|
||||
}
|
Reference in New Issue
Block a user