1
mirror of https://github.com/CarmJos/ScriptItems synced 2026-07-15 07:21:23 +08:00

修改类名

This commit is contained in:
2022-03-13 18:39:14 +08:00
parent e19e6b0627
commit 632529d9b1
2 changed files with 10 additions and 4 deletions
@@ -23,7 +23,7 @@ public class ItemsManager {
private static final String FOLDER_NAME = "items";
public HashMap<String, ScriptConfiguration> items = new HashMap<>();
private HashMap<String, ScriptConfiguration> items = new HashMap<>();
protected NamespacedKey idKey;
protected NamespacedKey uuidKey;