diff --git a/src/main/java/org/mcsg/survivalgames/events/JoinEvent.java b/src/main/java/org/mcsg/survivalgames/events/JoinEvent.java index 34e1511..801270f 100644 --- a/src/main/java/org/mcsg/survivalgames/events/JoinEvent.java +++ b/src/main/java/org/mcsg/survivalgames/events/JoinEvent.java @@ -40,7 +40,7 @@ public void run(){ } }, 5L); } - if((p.isOp() || p.hasPermission("sg.system.updatenotify")) && SettingsManager.getInstance().getConfig().getBoolean("check-for-update", true)){ + if((p.isOp() || p.hasPermission("sg.system.updatenotify")) && SettingsManager.getInstance().getConfig().getBoolean("check-for-updates", true)){ Bukkit.getServer().getScheduler().scheduleAsyncDelayedTask(plugin, new Runnable() { public void run() {