Commit dfd8fcb2 authored by Melledy's avatar Melledy
Browse files

Fix build error from merge

parent 51844b65
......@@ -400,7 +400,7 @@ public class ResourceLoader {
}
private static void loadQuests() {
File folder = new File(Grasscutter.getConfig().RESOURCE_FOLDER + "BinOutput/Quest/");
File folder = new File(RESOURCE("BinOutput/Quest/"));
if (!folder.exists()) {
return;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment