mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-24 17:45:33 +00:00
chore: format everything
This commit is contained in:
@@ -72,7 +72,6 @@ int Region::getTile(int x, int y, int z) {
|
||||
int xc = (x >> 4);
|
||||
int zc = (z >> 4);
|
||||
|
||||
|
||||
xc -= xc1;
|
||||
zc -= zc1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user