Skip to content

Commit

Permalink
fix: ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Aug 5, 2021
1 parent c6dc96c commit 05c19f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ else if (event instanceof TokenCollectedEvent) {
writer.println(String.format("%s, %s, %s, %s, %s, %s, %s",
groupId,
data.getId().getUUID(),
data.getAssignedNumber(),
cmt.tokens,
cmt.moves,
data.getAssignedNumber(),
data.getSanctionCosts(),
data.getSanctionPenalties()));
totalTokensHarvested += cmt.tokens;
Expand Down

0 comments on commit 05c19f6

Please sign in to comment.