mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
Run formatter & bump version
This commit is contained in:
@@ -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)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user