mirror of
https://github.com/Melledy/Grasscutter.git
synced 2025-02-03 07:05:38 +00:00
Fix build error from merge
This commit is contained in:
parent
51844b6535
commit
dfd8fcb250
@ -400,7 +400,7 @@ public class ResourceLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void loadQuests() {
|
private static void loadQuests() {
|
||||||
File folder = new File(Grasscutter.getConfig().RESOURCE_FOLDER + "BinOutput/Quest/");
|
File folder = new File(RESOURCE("BinOutput/Quest/"));
|
||||||
|
|
||||||
if (!folder.exists()) {
|
if (!folder.exists()) {
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user