mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 21:17:00 +01:00
Made BlockStates inform playes upon update
This commit is contained in:
parent
c6beae8872
commit
61edd36378
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ public class CraftBlockState implements BlockState {
|
||||||
}
|
}
|
||||||
|
|
||||||
block.setData(getRawData());
|
block.setData(getRawData());
|
||||||
|
world.getHandle().notify(x, y, z);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue