Fixes issue with Fluid Channel not being sent changes. (#3504)

This commit is contained in:
Brock
2018-06-18 05:16:44 +10:00
committed by yueh
parent 89de98f71e
commit dcd94b1cfa
+1
View File
@@ -1302,6 +1302,7 @@ public class Platform
}
gs.postAlterationOfStoredItems( itemChannel, itemChanges, src );
gs.postAlterationOfStoredItems( fluidChannel, fluidChanges, src );
}
public static <T extends IAEStack<T>> void postListChanges( final IItemList<T> before, final IItemList<T> after, final IMEMonitorHandlerReceiver<T> meMonitorPassthrough, final IActionSource source )