fix: fix an mistake

This commit is contained in:
daoge_cmd 2024-06-17 01:21:14 +08:00
parent 133df45968
commit 6ff0903d83

View File

@ -27,12 +27,12 @@ public record AllayChunk(ServerWorld world, Chunk allayChunk) implements com.dfs
@Override
public int getX() {
return 0;
return allayChunk.getX();
}
@Override
public int getZ() {
return 0;
return allayChunk.getZ();
}
@Override