Mark /give command as DUMMY

This commit is contained in:
Shoghi Cervantes Pueyo 2012-12-26 02:56:59 +01:00
parent af1e3e7767
commit 0329e6d217

View File

@ -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){