Skip to content

Commit

Permalink
Derp spelling mistake...
Browse files Browse the repository at this point in the history
  • Loading branch information
Deaygo committed Aug 9, 2012
1 parent c5606c7 commit 9a24b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nu/nerd/modmode/ModMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public void onEnable() {
fullvanished = getConfig().getStringList("fullvanished");
modmode = getConfig().getStringList("modmode");
allowFlight = getConfig().getBoolean("allow.flight", true);
usingbperms = getConfig().getBoolean("bperms.enable", false);
usingbperms = getConfig().getBoolean("bperms.enabled", false);
bPermsModGroup = getConfig().getString("bperms.modgroup", "Moderators");
bPermsModModeGroup = getConfig().getString("bperms.modmodegroup", "ModMode");

Expand Down

0 comments on commit 9a24b8a

Please sign in to comment.