Update Main.php

master
TheAMDGuy 2020-05-18 16:27:30 +02:00 committed by GitHub
parent 237f7dd854
commit 3247b094db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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