Fixed Wireless Crafting Monitor not closing properly. Fixes #2525
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
### 1.8.7
|
### 1.8.7
|
||||||
- Fixed Regulator mode item and fluid counts not saving properly (raoulvdberge)
|
- Fixed Regulator mode item and fluid counts not saving properly (raoulvdberge)
|
||||||
|
- Fixed Wireless Crafting Monitor not closing properly (raoulvdberge)
|
||||||
|
|
||||||
### 1.8.6
|
### 1.8.6
|
||||||
- Fixed Constructor duplication bug (Darkere)
|
- Fixed Constructor duplication bug (Darkere)
|
||||||
|
|||||||
@@ -46,6 +46,8 @@ public class CraftingMonitorContainer extends BaseContainer implements ICrafting
|
|||||||
super.onContainerClosed(player);
|
super.onContainerClosed(player);
|
||||||
|
|
||||||
if (!player.getEntityWorld().isRemote) {
|
if (!player.getEntityWorld().isRemote) {
|
||||||
|
craftingMonitor.onClosed(player);
|
||||||
|
|
||||||
ICraftingManager manager = craftingMonitor.getCraftingManager();
|
ICraftingManager manager = craftingMonitor.getCraftingManager();
|
||||||
|
|
||||||
if (manager != null && addedListener) {
|
if (manager != null && addedListener) {
|
||||||
|
|||||||
Reference in New Issue
Block a user