13
0
geforkt von Mirrors/Paper

Merge pull request #4 from Techcable/patch-1

Fix mutable block position construction
Dieser Commit ist enthalten in:
Zach Brown 2016-01-29 18:02:24 -06:00
Commit 5d94c8d562

Datei anzeigen

@ -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);
}
+ /*