Re-enable support for debug information with /status

This commit is contained in:
William Teder
2014-04-02 21:14:22 -05:00
parent 2ab1997f21
commit 48f2927e08
2 changed files with 51 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ class SimpleCommandMap implements CommandMap{
$this->register("pocketmine", new KillCommand("kill"));
$this->register("pocketmine", new SpawnpointCommand("spawnpoint"));
$this->register("pocketmine", new TeleportCommand("tp"));
$this->register("pocketmine", new StatusCommand("status"));
}