mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-26 14:17:58 +00: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) {
|
} catch (IOException ignored) {
|
||||||
Grasscutter.getLogger().error("Scene {} unable to load grid file.", getScene().getId());
|
Grasscutter.getLogger().error("Scene {} unable to load grid file.", getScene().getId());
|
||||||
} catch (Exception e) {
|
} 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;
|
boolean runForFirstTime = this.groupGrids == null;
|
||||||
|
Loading…
Reference in New Issue
Block a user