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