Skip to content

Commit 8360b9c

Browse files
committed
可能的对EC吞物品bug的修复
1 parent bd7c078 commit 8360b9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/github/kasuminova/novaeng/common/tile/ecotech/ecalculator/ECalculatorController.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ public List<CraftingCPUCluster> getClusterList() {
248248
}
249249

250250
public void onClusterChanged() {
251+
if (channel != null) {
252+
channel.postCPUClusterChangeEvent();
253+
}
251254
}
252255

253256
public int getSharedParallelism() {

0 commit comments

Comments
 (0)