mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-09-09 16:18:56 +03:00
Format code [skip actions]
This commit is contained in:
@@ -63,7 +63,8 @@ public final class GadgetGatherObject extends GadgetContent {
|
||||
.getScene()
|
||||
.getScriptManager()
|
||||
.callEvent(
|
||||
new ScriptArgs(getGadget().getGroupId(), EventType.EVENT_GATHER, getGadget().getConfigId()));
|
||||
new ScriptArgs(
|
||||
getGadget().getGroupId(), EventType.EVENT_GATHER, getGadget().getConfigId()));
|
||||
|
||||
getGadget()
|
||||
.getScene()
|
||||
|
Reference in New Issue
Block a user