Skip to content

Commit

Permalink
allowOps defaults now true so that it does not change op behavior by …
Browse files Browse the repository at this point in the history
…default
  • Loading branch information
weaondara committed Jan 11, 2016
1 parent 09ff121 commit 4b55d29
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -24,7 +24,7 @@ public void load()
{
super.load();
servername = config.getString("servername", "servername");
allowops = config.getBoolean("allowops", false);
allowops = config.getBoolean("allowops", true);
superpermscompat = config.getBoolean("superpermscompat", false);

standalone = config.getBoolean("standalone", false);
Expand Down

0 comments on commit 4b55d29

Please sign in to comment.