Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tgwaste committed Apr 23, 2021
1 parent b9ab707 commit 82112f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tgwaste/Weather/Weather.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 82112f1

Please sign in to comment.