Format code [skip actions]

This commit is contained in:
github-actions
2023-11-01 01:54:08 +00:00
Unverified
parent cf6fb275be
commit 583a41ab2c
4 changed files with 165 additions and 94 deletions
@@ -92,7 +92,9 @@ public final class SceneGroup {
if (overrideScriptPath != null && !overrideScriptPath.equals("")) {
cs = ScriptLoader.getScript(overrideScriptPath, true);
} else {
cs = ScriptLoader.getScript("Scene/%s/scene%s_group%s.lua".formatted(sceneId, sceneId, this.id));
cs =
ScriptLoader.getScript(
"Scene/%s/scene%s_group%s.lua".formatted(sceneId, sceneId, this.id));
}
if (cs == null) {