flip some boolean so craftables actually show up
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ aechannel=stable
|
||||
aebuild=7
|
||||
aegroup=appeng
|
||||
aebasename=appliedenergistics2
|
||||
trousers=omni-fixes-v49k
|
||||
trousers=omni-fixes-v49m
|
||||
|
||||
#########################################################
|
||||
# Versions #
|
||||
|
||||
+5
-1
@@ -222,7 +222,7 @@ public class GridStorageCache implements IStorageGrid
|
||||
|
||||
for( final ICellProvider cc : ll )
|
||||
{
|
||||
boolean active = false;
|
||||
boolean active = true;
|
||||
|
||||
if( cc instanceof IActionHost )
|
||||
{
|
||||
@@ -231,6 +231,10 @@ public class GridStorageCache implements IStorageGrid
|
||||
{
|
||||
active = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
active = false;
|
||||
}
|
||||
}
|
||||
|
||||
if( active )
|
||||
|
||||
Reference in New Issue
Block a user