Skip to content

Commit

Permalink
Update Slabs.java
Browse files Browse the repository at this point in the history
Signed-off-by: Wojciech Zięciak <[email protected]>
  • Loading branch information
xYundy committed May 14, 2024
1 parent b0ae364 commit 5ee4b4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/pl/xyundy/squaredadditions/slabs/Slabs.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

public class Slabs {
public static final RuntimeResourcePack SLABS_RESOURCES = RuntimeResourcePack.create("squaredadditionsslabs:resources", 15);

public static final Map<PlayerEntity, SlabLockEnum> slabLockPosition = new HashMap<>();

public static void initialize() {
Expand All @@ -36,4 +35,4 @@ public static void initialize() {
slabLockPosition.put(player, slabLockBuf);
});
}
}
}

0 comments on commit 5ee4b4f

Please sign in to comment.