Time to day!

Signed-off-by: Aaron Brock <TheMineBench@gmail.com>
This commit is contained in:
Aaron Brock 2015-07-07 03:28:14 -04:00
parent 63fb1a49d4
commit f61d6fc69d
1 changed files with 2 additions and 2 deletions

View File

@ -124,9 +124,9 @@ class WorldComponent implements Listener
$this->world = $this->arena->getPlugin()->getServer()->getLevelByName($this->worldNameFolder);
$this->world->setSpawnLocation(new Vector3(0,200,0));
$this->world->setTime(6000);
$this->loadWorldData();
$this->ready = true;
print("Successfully Loaded World: " . $this->worldNameFolder . "\n");