mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 07:37:43 +00:00
Fix an edge case that breaks embryos if resources are loaded early
This commit is contained in:
parent
3121e3e67d
commit
c624479439
@ -63,7 +63,7 @@ public class ResourceLoader {
|
||||
loadOpenConfig();
|
||||
loadAbilityModifiers();
|
||||
// Load resources
|
||||
loadResources();
|
||||
loadResources(true);
|
||||
// Process into depots
|
||||
GameDepot.load();
|
||||
// Load spawn data and quests
|
||||
|
Loading…
Reference in New Issue
Block a user