mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-25 23:07:50 +00:00
Remove comments
This commit is contained in:
parent
b0d19e54db
commit
0c8db8f00e
@ -226,7 +226,6 @@ public class BattlePassManager {
|
|||||||
|
|
||||||
public void takeReward(List<BattlePassRewardTakeOption> takeOptionList) {
|
public void takeReward(List<BattlePassRewardTakeOption> takeOptionList) {
|
||||||
List<BattlePassRewardTakeOption> rewardList = new ArrayList<>();
|
List<BattlePassRewardTakeOption> rewardList = new ArrayList<>();
|
||||||
// List<BattlePassRewardTag> rewardList = new ArrayList<>();
|
|
||||||
|
|
||||||
for (BattlePassRewardTakeOption option : takeOptionList) {
|
for (BattlePassRewardTakeOption option : takeOptionList) {
|
||||||
// Duplicate check
|
// Duplicate check
|
||||||
@ -250,8 +249,6 @@ public class BattlePassManager {
|
|||||||
else {
|
else {
|
||||||
Grasscutter.getLogger().info("Not in rewards list: {}", option.getTag().getRewardId());
|
Grasscutter.getLogger().info("Not in rewards list: {}", option.getTag().getRewardId());
|
||||||
}
|
}
|
||||||
|
|
||||||
// rewardList.add(new Pair<>(option.getTag(), option.getOptionIdx()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get rewards
|
// Get rewards
|
||||||
|
Loading…
Reference in New Issue
Block a user