Made BlockStates inform playes upon update

This commit is contained in:
Nathan Adams 2011-11-24 18:48:23 +00:00
parent c6beae8872
commit 61edd36378

View File

@ -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;