mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-26 10:11:32 +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());
|
block.setData(getRawData());
|
||||||
|
world.getHandle().notify(x, y, z);
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user