Fix QuestEncryptionKeys Path (#1696)

* Fix QuestEncryptionKeys Path

* Load resources QuestEncryptionKeys
This commit is contained in:
omg-xtao
2022-08-23 21:59:52 +08:00
committed by GitHub
Unverified
parent 1dd84d69b3
commit 5db73d2849
2 changed files with 11 additions and 6 deletions
@@ -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 = "";