Update Main.php

This commit is contained in:
TheAMDGuy 2020-05-18 16:27:30 +02:00 committed by GitHub
parent 4a1cf6230e
commit edd9d564ad

View file

@ -115,5 +115,6 @@ class Main extends PluginBase{
$sender->sendMessage(TextFormat::DARK_RED.$this->config["ingameonly"]); $sender->sendMessage(TextFormat::DARK_RED.$this->config["ingameonly"]);
return true; return true;
} }
return true;
} }
} }