Removed not valid TimeCommand

This commit is contained in:
Shoghi Cervantes
2014-05-23 22:46:08 +02:00
parent 683ab8d2cd
commit a2b3a4bb90
5 changed files with 9 additions and 77 deletions

View File

@@ -102,7 +102,6 @@ class SimpleCommandMap implements CommandMap{
$this->register("pocketmine", new SetWorldSpawnCommand("setworldspawn"));
$this->register("pocketmine", new TeleportCommand("tp"));
$this->register("pocketmine", new ReloadCommand("reload"));
$this->register("pocketmine", new TimeCommand("time"));
if($this->server->getConfigBoolean("debug.commands", false) === true){
$this->register("pocketmine", new StatusCommand("status"));