mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 10:29:50 +08:00
Format code [skip actions]
This commit is contained in:
@@ -508,8 +508,7 @@ public class SceneScriptManager {
|
||||
block -> {
|
||||
block.load(sceneId, meta.context);
|
||||
if (block.groups == null) {
|
||||
Grasscutter.getLogger()
|
||||
.error("block.groups null for block {}", block.id);
|
||||
Grasscutter.getLogger().error("block.groups null for block {}", block.id);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user