mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Added custom settings, update notification
This commit is contained in:
@@ -103,7 +103,7 @@ class SimpleCommandMap implements CommandMap{
|
||||
$this->register("pocketmine", new TeleportCommand("tp"));
|
||||
$this->register("pocketmine", new ReloadCommand("reload"));
|
||||
|
||||
if($this->server->getConfigBoolean("debug.commands", false) === true){
|
||||
if($this->server->getProperty("debug.commands", false) === true){
|
||||
$this->register("pocketmine", new StatusCommand("status"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user