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);
}
}