Name simplification for collection

This commit is contained in:
2024-03-16 07:57:17 -04:00
parent 13bf6e6f5a
commit ac2403362e
22 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import java.util.concurrent.ConcurrentHashMap;
public class ItemTemplate {
// Global template lookup
public static HashMap<Integer, ItemTemplate> itemTemplates = new HashMap<>();
public static HashMap<Integer, ItemTemplate> templates = new HashMap<>();
public int template_id;