9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00
This commit is contained in:
cyberpwn
2021-08-16 23:51:40 -04:00
parent 0dbabe629a
commit ff05429f58

View File

@@ -92,6 +92,6 @@ public class Position2 {
}
public IrisPosition toIris() {
return new IrisPosition(x, 0, z);
return new IrisPosition(x, 23, z);
}
}