3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-17 20:10:10 +01:00

Fix mutable block position construction

Should fix #3
Dieser Commit ist enthalten in:
Techcable 2016-01-29 13:49:01 -07:00
Ursprung dbfa9cc08f
Commit 4715d9c9d2

Datei anzeigen

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