Run formatter & bump version

This commit is contained in:
KingRainbow44
2023-08-14 18:53:23 -04:00
parent 543749bc9f
commit 8cac8d13f4
9 changed files with 53 additions and 70 deletions

View File

@@ -910,8 +910,7 @@ public final class Scene {
public int loadDynamicGroup(int group_id) {
SceneGroup group = getScriptManager().getGroupById(group_id);
if (group == null)
return -1; // Group not found
if (group == null) return -1; // Group not found
this.onLoadGroup(new ArrayList<>(List.of(group)));