flip some boolean so craftables actually show up
This commit is contained in:
+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