Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
c6244794
Commit
c6244794
authored
Aug 10, 2022
by
AnimeGitB
Committed by
Luke H-W
Aug 10, 2022
Browse files
Fix an edge case that breaks embryos if resources are loaded early
parent
3121e3e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/data/ResourceLoader.java
View file @
c6244794
...
@@ -63,7 +63,7 @@ public class ResourceLoader {
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment