mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-12 13:24:00 +01:00
Should be 15
This commit is contained in:
parent
0b5c173945
commit
75d7ffb447
@ -58,8 +58,8 @@ public class ConnectionData {
|
||||
|
||||
if (Math.abs(chunkDeltaX) + Math.abs(chunkDeltaZ) == 2) { // Corner
|
||||
for (int blockY = chunkSectionY * 16; blockY < chunkSectionY * 16 + 16; blockY++) {
|
||||
int blockPosX = chunkDeltaX == 1 ? 0 : 16;
|
||||
int blockPosZ = chunkDeltaZ == 1 ? 0 : 16;
|
||||
int blockPosX = chunkDeltaX == 1 ? 0 : 15;
|
||||
int blockPosZ = chunkDeltaZ == 1 ? 0 : 15;
|
||||
updateBlock(user,
|
||||
new Position(
|
||||
(long) ((chunkX + chunkDeltaX) << 4) + blockPosX,
|
||||
|
Loading…
Reference in New Issue
Block a user