1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-25 21:59:08 +02:00

Merge branch 'master' of github.com:essentials/Essentials

This commit is contained in:
KHobbits
2011-08-23 03:43:14 +01:00
6 changed files with 65 additions and 33 deletions

View File

@@ -479,4 +479,10 @@ public class Settings implements ISettings
{
return config.getBoolean("add-prefix-suffix", ess.getServer().getPluginManager().isPluginEnabled("EssentialsChat"));
}
@Override
public boolean isUpdateEnabled()
{
return config.getBoolean("update-check", true);
}
}