mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-22 14:41:57 +01:00
Fix wrong casting
This commit is contained in:
parent
062d3759be
commit
9308fc7712
@ -185,7 +185,7 @@ public class ConnectionData {
|
||||
block = handler.connect(user, new Position(
|
||||
(int) (xOff + x),
|
||||
(short) (yOff + y),
|
||||
(short) (zOff + z)
|
||||
(int) (zOff + z)
|
||||
), block);
|
||||
section.setFlatBlock(x, y, z, block);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user