Minor change + version bump #32

Merged
ShadowRanger merged 2 commits from master into master 2015-07-20 19:45:36 -04:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit cd405a9b9e - Show all commits

View File

@@ -151,7 +151,7 @@ public class OpenInv extends JavaPlugin {
}
public static boolean getPlayerAnyChestStatus(Player player) {
return mainPlugin.getConfig().getBoolean("toggles.any-chest." + player.getUniqueId(), false);
return mainPlugin.getConfig().getBoolean("toggles.any-chest." + player.getUniqueId(), true);
}
public static void setPlayerAnyChestStatus(Player player, boolean status) {