mirror of
https://github.com/Melledy/Grasscutter.git
synced 2025-02-03 08:15:31 +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() {
|
||||
File folder = new File(Grasscutter.getConfig().RESOURCE_FOLDER + "BinOutput/Quest/");
|
||||
File folder = new File(RESOURCE("BinOutput/Quest/"));
|
||||
|
||||
if (!folder.exists()) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user