mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Mark /give command as DUMMY
This commit is contained in:
parent
af1e3e7767
commit
0329e6d217
@ -33,7 +33,7 @@ class EntityAPI{
|
||||
}
|
||||
|
||||
public function init(){
|
||||
$this->server->api->console->register("give", "Give items to a player", array($this, "commandHandler"));
|
||||
$this->server->api->console->register("give", "Give items to a player [DUMMY]", array($this, "commandHandler"));
|
||||
}
|
||||
|
||||
public function handle($data, $event){
|
||||
|
Loading…
x
Reference in New Issue
Block a user