Name simplification for collection
This commit is contained in:
@@ -2694,7 +2694,7 @@ public class Enum {
|
||||
|
||||
ResourceType(int templateID, int hash, int deposit_limit, int mine_production) {
|
||||
this.templateID = templateID;
|
||||
this.template = ItemTemplate.itemTemplates.get(this.templateID);
|
||||
this.template = ItemTemplate.templates.get(this.templateID);
|
||||
this.hash = hash;
|
||||
this.deposit_limit = deposit_limit;
|
||||
this.mine_production = mine_production;
|
||||
|
||||
Reference in New Issue
Block a user