This commit is contained in:
hyperdefined
2022-03-01 23:33:55 -05:00
parent bd80d6718c
commit 7cdb71df50
3 changed files with 1 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ public class PlayerInteract implements Listener {
private final ToolStats toolStats;
public HashMap<Block, Player> openedChests = new HashMap<>();
public final HashMap<Block, Player> openedChests = new HashMap<>();
public PlayerInteract(ToolStats toolStats) {
this.toolStats = toolStats;