fixes #44
This commit is contained in:
parent
fb3855a078
commit
466f50b232
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ public class RecipeCrafter {
|
|||
|
||||
public void syncIsActive() {
|
||||
if (!parentTile.getWorldObj().isRemote) {
|
||||
PacketHandler.sendPacketToAllPlayers(parentTile.getDescriptionPacket(),
|
||||
PacketHandler.sendPacketToAllPlayers(getSyncPacket(),
|
||||
parentTile.getWorldObj());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue