mirror of
https://github.com/CarmJos/ScriptItems
synced 2026-06-04 20:37:33 +08:00
移除自定义存储位置的功能。
This commit is contained in:
@@ -40,7 +40,7 @@ public class ItemsManager {
|
||||
if (!prefixDataFolder.isDirectory() || !prefixDataFolder.exists()) {
|
||||
try {
|
||||
JarResourceUtils.copyFolderFromJar(
|
||||
FOLDER_NAME, prefixDataFolder,
|
||||
FOLDER_NAME, Main.getInstance().getDataFolder(),
|
||||
JarResourceUtils.CopyOption.COPY_IF_NOT_EXIST
|
||||
);
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user