mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-03 13:27:23 +01:00
Merge pull request #4 from Techcable/patch-1
Fix mutable block position construction
This commit is contained in:
commit
5d94c8d562
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
+ /*
|
||||
|
|
Loading…
Add table
Reference in a new issue