Fixed typo

This commit is contained in:
Shoghi Cervantes Pueyo
2013-03-23 23:00:23 +01:00
parent 7dbf421e99
commit 14ab386b0f
3 changed files with 2 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ class ConsoleAPI{
$this->register("say", "Broadcast a message", array($this, "defaultCommands"));
$this->register("save-all", "Save pending changes to disk", array($this, "defaultCommands"));
$this->register("stop", "Stops the server gracefully", array($this, "defaultCommands"));
$this->server->api->ban->cmdWhitelist("help");
}
function __destruct(){