Skip to content

Commit db9deb6

Browse files
committed
- Try to fix #67.
1 parent e47edb4 commit db9deb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/kport/modularmagic/common/tile/TileImpetusComponent.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ public void onLoad() {
108108
ThaumicAugmentation.proxy.registerRenderableImpetusNode(node);
109109
}
110110

111-
@Override
112-
public void onChunkUnload() {
113-
node.unload();
114-
ThaumicAugmentation.proxy.deregisterRenderableImpetusNode(node);
115-
}
111+
// @Override
112+
// public void onChunkUnload() {
113+
// node.unload();
114+
// ThaumicAugmentation.proxy.deregisterRenderableImpetusNode(node);
115+
// }
116116

117117
@Override
118118
public boolean receiveClientEvent(int id, int type) {

0 commit comments

Comments
 (0)