Cleaned up depricated configuration.
This commit is contained in:
parent
d5b4f6c8c4
commit
e2f0307eeb
2 changed files with 0 additions and 10 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue