mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 12:42:52 +08:00
Fix order of logging scene group loading errors
This commit is contained in:
parent
06cbae31fa
commit
54b7d1251e
@ -430,7 +430,7 @@ public class SceneScriptManager {
|
||||
} catch (IOException ignored) {
|
||||
Grasscutter.getLogger().error("Scene {} unable to load grid file.", getScene().getId());
|
||||
} catch (Exception e) {
|
||||
Grasscutter.getLogger().error("Scene {} unable to load grid file.", e, getScene().getId());
|
||||
Grasscutter.getLogger().error("Scene {} unable to load grid file.", getScene().getId(), e);
|
||||
}
|
||||
|
||||
boolean runForFirstTime = this.groupGrids == null;
|
||||
|
Loading…
Reference in New Issue
Block a user