mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Changed chat to send. Documentation included
This commit is contained in:
@ -35,7 +35,7 @@ class ChatAPI{
|
||||
|
||||
}
|
||||
|
||||
public function chat($a, $b){//a == name of owner. b == message
|
||||
public function send($a, $b){//a == name of owner. b == message
|
||||
$this->server->chat($a, $b);
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user