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");