mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-12 13:53:38 +08:00
Run the formatter & Generate protocol definitions
This commit is contained in:
@@ -17,8 +17,11 @@ public final class ExecDeactivateItemGiving extends QuestExecHandler {
|
||||
questManager.removeGivingItemAction(givingId);
|
||||
return true;
|
||||
} catch (IllegalStateException ignored) {
|
||||
Grasscutter.getLogger().warn("Quest {} attempted to remove give action {} twice.",
|
||||
quest.getSubQuestId(), givingId);
|
||||
Grasscutter.getLogger()
|
||||
.warn(
|
||||
"Quest {} attempted to remove give action {} twice.",
|
||||
quest.getSubQuestId(),
|
||||
givingId);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user