Test commit
This commit is contained in:
@@ -37,7 +37,6 @@ public class Main extends JavaPlugin {
|
|||||||
getServer().getPluginManager().registerEvents(new Listeners(this), this);
|
getServer().getPluginManager().registerEvents(new Listeners(this), this);
|
||||||
loadConfig();
|
loadConfig();
|
||||||
startMetrics();
|
startMetrics();
|
||||||
|
|
||||||
if(getConfig().getBoolean("check-update")) {
|
if(getConfig().getBoolean("check-update")) {
|
||||||
Updater u = new Updater();
|
Updater u = new Updater();
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user