Hello is there a way to get more info as to why my MP server is crashing with the latest update. It's repeatable. I pick up a bucket of milk off the ground and try then to put it down. Server console just has this:
LOG : General f:1165, t:1771302247761, st:7,643,255,850> Exception in thread "main" LOG : General f:1165, t:1771302247761, st:7,643,255,851> java.lang.NoSuchMethodError: 'boolean zombie.inventory.ItemContainer.hasWorldItem()'
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.inventory.InventoryItem.isInsideBagOnSquare(InventoryItem.java:330)
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.inventory.InventoryItem.isOnGroundOrInsideBagOnSquare(InventoryItem.java:334)
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.core.TransactionManager.floorHasRoomFor(TransactionManager.java:350)
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.core.TransactionManager.getNotFullFloorSquare(TransactionManager.java:395)
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.core.TransactionManager.isConsistent(TransactionManager.java:282)
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.network.packets.ItemTransactionPacket.parse(ItemTransactionPacket.java:123)
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.network.packets.INetworkPacket.parseServer(INetworkPacket.java:56)
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.network.PacketTypes$PacketType.onServerPacket(PacketTypes.java:926)
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.network.GameServer.mainLoopDealWithNetData(GameServer.java:1594)
LOG : General f:1165, t:1771302247761, st:7,643,255,851> at zombie.network.GameServer.main(GameServer.java:896)