From f61d6fc69db2894ed1c514b1332fce887ea9c394 Mon Sep 17 00:00:00 2001 From: Aaron Brock Date: Tue, 7 Jul 2015 03:28:14 -0400 Subject: [PATCH] Time to day! Signed-off-by: Aaron Brock --- .../gameengine/game/components/world/WorldComponent.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php b/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php index 92a2ba152..9adf81edd 100644 --- a/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php +++ b/Pocket/plugins/Mineplex/src/mineplex/plugin/gameengine/game/components/world/WorldComponent.php @@ -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");