Fix build error from merge

This commit is contained in:
Melledy 2022-05-11 04:01:38 -07:00
parent 9351127fe1
commit 26575561d6

View File

@ -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;