diff --git a/src/TheAMDGuy/DayandNight/Main.php b/src/TheAMDGuy/DayandNight/Main.php index 4e13250..208cdc0 100644 --- a/src/TheAMDGuy/DayandNight/Main.php +++ b/src/TheAMDGuy/DayandNight/Main.php @@ -115,5 +115,6 @@ class Main extends PluginBase{ $sender->sendMessage(TextFormat::DARK_RED.$this->config["ingameonly"]); return true; } + return true; } }