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

View File

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