diff --git a/me/cluster/implementations/CraftingCPUCluster.java b/me/cluster/implementations/CraftingCPUCluster.java index 67fd53fab..1488a3c20 100644 --- a/me/cluster/implementations/CraftingCPUCluster.java +++ b/me/cluster/implementations/CraftingCPUCluster.java @@ -276,6 +276,9 @@ public class CraftingCPUCluster implements IAECluster, ICraftingCPU public void postCraftingStatusChange(IAEItemStack diff) { + if ( getGrid() == null ) + return; + CraftingGridCache sg = getGrid().getCache( ICraftingGrid.class ); if ( sg.interestManager.containsKey( diff ) )