Skip to content

Commit

Permalink
Bro
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra-Myers committed Jul 26, 2024
1 parent a67574d commit eb1d438
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/com/nexia/ffa/sky/utilities/FfaSkyUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,7 @@ public void giveKillLoot(NexiaPlayer attacker, NexiaPlayer player) {
availableRewards.remove(killRewardIndex);

// Give reward
if (attacker.unwrap().inventory.contains(reward)) {
attacker.unwrap().inventory.add(reward.copy());
}
attacker.unwrap().inventory.add(reward.copy());
givenRewards.add(reward.copy());
}

Expand Down

0 comments on commit eb1d438

Please sign in to comment.