mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-28 21:40:02 +08:00
Run spotlessApply
This commit is contained in:
@@ -13,9 +13,9 @@ public final class ExecIncQuestGlobalVar extends TalkExecHandler {
|
||||
public void execute(Player player, TalkConfigData talkData, TalkExecParam execParam) {
|
||||
if (execParam.getParam().length < 2) return;
|
||||
|
||||
player.getQuestManager().incQuestGlobalVarValue(
|
||||
Integer.parseInt(execParam.getParam()[0]),
|
||||
Integer.parseInt(execParam.getParam()[1])
|
||||
);
|
||||
player
|
||||
.getQuestManager()
|
||||
.incQuestGlobalVarValue(
|
||||
Integer.parseInt(execParam.getParam()[0]), Integer.parseInt(execParam.getParam()[1]));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user