Commit 0c8db8f0 authored by GanyusLeftHorn's avatar GanyusLeftHorn Committed by Melledy
Browse files

Remove comments

parent b0d19e54
......@@ -226,7 +226,6 @@ public class BattlePassManager {
public void takeReward(List<BattlePassRewardTakeOption> takeOptionList) {
List<BattlePassRewardTakeOption> rewardList = new ArrayList<>();
// List<BattlePassRewardTag> rewardList = new ArrayList<>();
for (BattlePassRewardTakeOption option : takeOptionList) {
// Duplicate check
......@@ -250,8 +249,6 @@ public class BattlePassManager {
else {
Grasscutter.getLogger().info("Not in rewards list: {}", option.getTag().getRewardId());
}
// rewardList.add(new Pair<>(option.getTag(), option.getOptionIdx()));
}
// Get rewards
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment