Run the formatter & Generate protocol definitions

This commit is contained in:
KingRainbow44
2023-08-26 19:51:45 -04:00
Unverified
parent edb00adf61
commit f656143038
101 changed files with 15615 additions and 6636 deletions
@@ -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;
}
}