mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-02-07 02:26:43 +01:00
Run spotlessApply
This commit is contained in:
@@ -171,8 +171,10 @@ public final class SceneGroup {
|
||||
.error(
|
||||
"An error occurred while loading group " + this.id + " in scene " + sceneId + ".", e);
|
||||
} catch (LuaError luaError) {
|
||||
Grasscutter.getLogger().error("An error occurred while loading group %s in scene %s."
|
||||
.formatted(this.id, sceneId), luaError);
|
||||
Grasscutter.getLogger()
|
||||
.error(
|
||||
"An error occurred while loading group %s in scene %s.".formatted(this.id, sceneId),
|
||||
luaError);
|
||||
}
|
||||
|
||||
Grasscutter.getLogger().trace("Successfully loaded group {} in scene {}.", this.id, sceneId);
|
||||
|
||||
Reference in New Issue
Block a user