Skip to content

Commit 2269064

Browse files
committed
Small typo
1 parent 21b972b commit 2269064

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/item/handlers/ability/abilities

type.skyblockgeneric/src/main/java/net/swofty/type/skyblockgeneric/item/handlers/ability/abilities/BuildersWandAbility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private static boolean fillConnectedFaces(SkyBlockPlayer player, Pos origin, Blo
6565
}
6666
}
6767
Pos fillBlock = l.add(translate);
68-
if (!HypixelConst.isIslandServer()) {
68+
if (HypixelConst.isIslandServer()) {
6969
blocks.removeIf(blocks.getFirst()::equals);
7070
if (!player.getInstance().getBlock(fillBlock).key().equals(fillMaterial.key())) {
7171
player.getInstance().setBlock(fillBlock, Block.fromKey(fillMaterial.key()));

0 commit comments

Comments
 (0)