Cleaned up depricated configuration.

This commit is contained in:
FrozenCow 2011-05-21 02:45:00 +02:00
parent d5b4f6c8c4
commit e2f0307eeb
2 changed files with 0 additions and 10 deletions

View file

@ -14,7 +14,6 @@ public class ClientConfigurationComponent extends Component {
@Override
public void triggered(JSONObject t) {
ConfigurationNode c = plugin.configuration;
s(t, "jsonfile", c.getBoolean("jsonfile", false));
s(t, "updaterate", c.getFloat("updaterate", 1.0f));
s(t, "allowchat", c.getBoolean("allowchat", true));
s(t, "allowwebchat", c.getBoolean("allowwebchat", true));