mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Added chat API to ChatAPI.php
This commit is contained in:
parent
6102efc809
commit
5753db627c
@ -27,5 +27,7 @@ the Free Software Foundation, either version 3 of the License, or
|
|||||||
|
|
||||||
class ChatAPI{
|
class ChatAPI{
|
||||||
|
|
||||||
|
public function chat($a, $b){
|
||||||
|
$this->server->chat($a, $b);
|
||||||
|
return true;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user