mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-24 00:23:06 +08:00
Merge remote-tracking branch 'origin/unstable' into unstable
This commit is contained in:
commit
bda963adca
@ -137,9 +137,6 @@ public final class ResourceLoader {
|
||||
var textMaps = ResourceLoader.runAsync(Language::loadTextMaps);
|
||||
// Load 'BinOutput'.
|
||||
var binOutput = ResourceLoader.loadConfigData();
|
||||
// Load 'ExcelBinOutput'.
|
||||
var errors = new ConcurrentLinkedQueue<Pair<String, Exception>>();
|
||||
var excelBinOutput = ResourceLoader.loadResources(true, errors);
|
||||
// Load ability lists.
|
||||
var abilities =
|
||||
ResourceLoader.runAsync(
|
||||
@ -148,6 +145,9 @@ public final class ResourceLoader {
|
||||
ResourceLoader.loadOpenConfig();
|
||||
ResourceLoader.loadAbilityModifiers();
|
||||
});
|
||||
// Load 'ExcelBinOutput'.
|
||||
var errors = new ConcurrentLinkedQueue<Pair<String, Exception>>();
|
||||
var excelBinOutput = ResourceLoader.loadResources(true, errors);
|
||||
// Load spawn data and quests.
|
||||
var scene =
|
||||
ResourceLoader.runAsync(
|
||||
|
Loading…
Reference in New Issue
Block a user