Fix storage drawers showing up as nothing on interface terminal

This commit is contained in:
Salomão
2021-03-07 23:56:52 -03:00
parent 5c2fa72f95
commit 97f11f0c61
@@ -197,7 +197,7 @@ public class AdaptorItemRepository extends InventoryAdaptor
@Override
public boolean hasSlots()
{
return false;
return true;
}
@Override