Fix storage drawers showing up as nothing on interface terminal
This commit is contained in:
@@ -197,7 +197,7 @@ public class AdaptorItemRepository extends InventoryAdaptor
|
||||
@Override
|
||||
public boolean hasSlots()
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user