Skip to content

Commit

Permalink
FIx: bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyah committed May 26, 2026
1 parent a6e8218 commit f5d9a14
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public <T> void handleEvent(final EventData<T> data) {
if (!player.getNetWorthHistory().isEmpty()) {
playerNetWorthHistory.addAll(player.getNetWorthHistory());
} else {
playerNetWorthHistory.add(player.getStartingMoney());
playerNetWorthHistory.add(player.getNetWorth());
}

Expand Down

0 comments on commit f5d9a14

Please sign in to comment.