mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 20:19:55 +08:00
Fix QuestEncryptionKeys Path (#1696)
* Fix QuestEncryptionKeys Path * Load resources QuestEncryptionKeys
This commit is contained in:
committed by
GitHub
Unverified
parent
1dd84d69b3
commit
5db73d2849
@@ -112,7 +112,7 @@ public class DataLoader {
|
||||
|
||||
if (!Utils.fileExists(filePath)) {
|
||||
// Check if file is in subdirectory
|
||||
if (name.indexOf("/") != -1) {
|
||||
if (name.contains("/")) {
|
||||
String[] path = name.split("/");
|
||||
|
||||
String folder = "";
|
||||
|
||||
Reference in New Issue
Block a user