Merge pull request #4 from Techcable/patch-1
Fix mutable block position construction
This commit is contained in:
commit
a187a0f80a
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ index 2bd5499..8ea95f2 100644
|
||||||
+ // PaperSpigot start - modify base x,y,z
|
+ // PaperSpigot start - modify base x,y,z
|
||||||
+ this.setX(i);
|
+ this.setX(i);
|
||||||
+ this.setY(j);
|
+ this.setY(j);
|
||||||
+ this.setY(k);
|
+ this.setZ(k);
|
||||||
}
|
}
|
||||||
|
|
||||||
+ /*
|
+ /*
|
||||||
|
|
Loading…
Reference in a new issue