Bugfix in item constructor
This commit is contained in:
@@ -119,7 +119,7 @@ public class Item extends AbstractWorldObject {
|
|||||||
this.containerType = Enum.ItemContainerType.FORGE;
|
this.containerType = Enum.ItemContainerType.FORGE;
|
||||||
break;
|
break;
|
||||||
case "warehouse":
|
case "warehouse":
|
||||||
this.containerType = Enum.ItemContainerType.FORGE;
|
this.containerType = ItemContainerType.WAREHOUSE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user