Made BlockStates inform playes upon update

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot 2011-11-24 18:48:23 +00:00
parent 20d9b64e16
commit 66c96af623

View File

@ -180,6 +180,7 @@ public class CraftBlockState implements BlockState {
}
block.setData(getRawData());
world.getHandle().notify(x, y, z);
}
return true;