mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 09:41:29 +01:00
Made BlockStates inform playes upon update
By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
20d9b64e16
commit
66c96af623
@ -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