mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-20 18:10:27 +08:00
Format code [skip actions]
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user