Fix crafting cover desync with client

This commit is contained in:
Exidex 2017-04-17 20:18:55 +03:00
parent 9300018e9d
commit 33ecb3861a

View file

@ -23,6 +23,8 @@ public class GT_Cover_Crafting extends GT_CoverBehavior {
return true;
}
};
playerMP.openContainer.windowId = playerMP.currentWindowId;
playerMP.openContainer.addListener(playerMP);
}
return true;
}