diff --git a/src/tgwaste/Weather/Weather.php b/src/tgwaste/Weather/Weather.php index 7e2d29d..ec09096 100644 --- a/src/tgwaste/Weather/Weather.php +++ b/src/tgwaste/Weather/Weather.php @@ -136,7 +136,7 @@ public function sendLightning() { return; } - foreach(Main::$instance->getServer()->getWorldManager()->getWorlds() as $world) { + foreach (Main::$instance->getServer()->getWorldManager()->getWorlds() as $world) { if ($this->isAlwaysClear($world) == true) { continue; }