mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 04:57:18 +00:00
Fix being unable to attack (#2157)
This commit is contained in:
parent
33ba227982
commit
27e8d1fc93
@ -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