Fix crafting cover desync with client
This commit is contained in:
parent
9300018e9d
commit
33ecb3861a
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ public class GT_Cover_Crafting extends GT_CoverBehavior {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
playerMP.openContainer.windowId = playerMP.currentWindowId;
|
||||||
|
playerMP.openContainer.addListener(playerMP);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue