Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
0c8db8f0
Commit
0c8db8f0
authored
Jun 27, 2022
by
GanyusLeftHorn
Committed by
Melledy
Jun 26, 2022
Browse files
Remove comments
parent
b0d19e54
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/game/battlepass/BattlePassManager.java
View file @
0c8db8f0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment