1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-03 21:37:28 +01:00

Fix mutable block position construction

Should fix 
This commit is contained in:
Techcable 2016-01-29 13:49:01 -07:00
parent d0af6afb09
commit 25fcb2cf47

View file

@ -127,7 +127,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ // PaperSpigot start - modify base x,y,z
+ this.setX(i);
+ this.setY(j);
+ this.setY(k);
+ this.setZ(k);
}
+ /*