Skip to content

Commit

Permalink
Fix multiservant updates on world star
Browse files Browse the repository at this point in the history
  • Loading branch information
bonii-xx committed Mar 22, 2016
1 parent c859f00 commit 43451e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public Packet getDescriptionPacket() {
public void onDataPacket(NetworkManager net, SPacketUpdateTileEntity packet) {
this.readCustomNBT(packet.getNbtCompound());
this.worldObj.notifyLightSet(this.pos);
IBlockState state = worldObj.getBlockState(this.pos);
this.worldObj.notifyBlockUpdate(this.pos, state, state, 3);
}

Expand Down

0 comments on commit 43451e8

Please sign in to comment.