mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 11:06:08 +00:00
Block external access to unsupported saveConfig() method.
This commit is contained in:
parent
8fb91c5a61
commit
07bcd17e0f
1 changed files with 6 additions and 1 deletions
|
@ -243,7 +243,12 @@ public class Essentials extends JavaPlugin implements IEssentials
|
|||
LOGGER.log(Level.INFO, "Essentials load " + timeroutput);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void saveConfig() {
|
||||
// We don't use any of the bukkit config writing, as this breaks our config file formatting.
|
||||
}
|
||||
|
||||
private void registerListeners(PluginManager pm)
|
||||
{
|
||||
HandlerList.unregisterAll(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue