mirror of
https://github.com/CarmJos/ScriptItems
synced 2026-07-15 07:21:23 +08:00
修改类名
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user