mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 11:38:29 +01:00
Made BlockStates inform playes upon update
This commit is contained in:
parent
c6beae8872
commit
61edd36378
@ -180,6 +180,7 @@ public class CraftBlockState implements BlockState {
|
||||
}
|
||||
|
||||
block.setData(getRawData());
|
||||
world.getHandle().notify(x, y, z);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user