mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-26 04:43:45 +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(){
|
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){
|
public function handle($data, $event){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user