Fix an edge case that breaks embryos if resources are loaded early

This commit is contained in:
AnimeGitB 2022-08-10 16:21:11 +09:30 committed by Luke H-W
parent 3121e3e67d
commit c624479439
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class ResourceLoader {
loadOpenConfig();
loadAbilityModifiers();
// Load resources
loadResources();
loadResources(true);
// Process into depots
GameDepot.load();
// Load spawn data and quests