Commit c6244794 authored by AnimeGitB's avatar AnimeGitB Committed by Luke H-W
Browse files

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

parent 3121e3e6
......@@ -63,7 +63,7 @@ public class ResourceLoader {
loadOpenConfig();
loadAbilityModifiers();
// Load resources
loadResources();
loadResources(true);
// Process into depots
GameDepot.load();
// Load spawn data and quests
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment