Skip to content

Commit 8002d6c

Browse files
author
david
committed
fix paint brush
1 parent 50facdf commit 8002d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/thenextlvl/gopaint/brush/standard/PaintBrush.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public void paint(Location target, Player player, BrushSettings brushSettings) {
106106
continue;
107107
}
108108

109-
var vector3 = BlockVector3.at(block.getX(), block.getY(), block.getZ());
109+
var vector3 = BlockVector3.at(point.getX(), point.getY(), point.getZ());
110110
setBlock(session, vector3, brushSettings.getRandomBlock());
111111
}
112112
});

0 commit comments

Comments
 (0)