PMF & Multiworld [part 3]

This commit is contained in:
Shoghi Cervantes Pueyo
2013-05-14 20:58:53 +02:00
parent 5938747083
commit 2254e87ce4
10 changed files with 38 additions and 29 deletions

View File

@@ -78,7 +78,7 @@ class ServerAPI{
"difficulty" => 1,
"generator" => "",
"generator-settings" => "",
"level-name" => false,
"level-name" => "world",
"server-id" => false,
"enable-query" => false,
"enable-rcon" => false,
@@ -170,9 +170,6 @@ class ServerAPI{
}
$this->loadAPI("plugin", "PluginAPI"); //fix :(
$this->plugin->init();
$this->server->loadEntities();
}
public function async(callable $callable, $params = array(), $remove = false){