mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 18:55:51 -07:00
Made BlockStates inform playes upon update
This commit is contained in:
@@ -180,6 +180,7 @@ public class CraftBlockState implements BlockState {
|
||||
}
|
||||
|
||||
block.setData(getRawData());
|
||||
world.getHandle().notify(x, y, z);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user