deposit limits use type lookup

This commit is contained in:
2024-03-14 14:09:14 -04:00
parent 2e37bd2472
commit 9dd2a79be8
-2
View File
@@ -29,8 +29,6 @@ import java.util.concurrent.ConcurrentHashMap;
public class Warehouse extends AbstractWorldObject {
public static ConcurrentHashMap<Integer, Integer> maxResources = new ConcurrentHashMap<>();
public static ConcurrentHashMap<Integer, Warehouse> warehouseByBuildingUUID = new ConcurrentHashMap<>();
public EnumBitSet<Enum.ResourceType> lockedResourceTypes;
public int UID;