mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
SPIGOT-4632: BlockState location is not fixed
By: md_5 <git@md-5.net>
This commit is contained in:
parent
4d93e94dbd
commit
da599af692
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class CraftBlock implements Block {
|
|||
|
||||
public CraftBlock(GeneratorAccess world, BlockPosition position) {
|
||||
this.world = world;
|
||||
this.position = position;
|
||||
this.position = position.h();
|
||||
}
|
||||
|
||||
public static CraftBlock at(GeneratorAccess world, BlockPosition position) {
|
||||
|
|
Loading…
Reference in a new issue