Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Trophonix committed Dec 27, 2018
1 parent 6570950 commit 3ab2b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void onTradeEnd() {
}
if (value2 > 0) {
TokenManagerPlugin.getInstance().removeTokens(player2.getUniqueId().toString(), (long)value2);
TokenManagerPlugin.getInstance().addTokens(player1.getUniqueId().toString(), (long)value1);
TokenManagerPlugin.getInstance().addTokens(player1.getUniqueId().toString(), (long)value2);
}
}

Expand Down

0 comments on commit 3ab2b9f

Please sign in to comment.