mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-12-22 16:05:03 +00:00
Minor fix/change
This commit is contained in:
parent
b5d6cf047c
commit
cd405a9b9e
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue