Skip to content

Commit

Permalink
fixes to match updated contract
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyxu committed Nov 19, 2024
1 parent c928684 commit f4162be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ public Contract generateContract(User user, Player player, Double buyPrice, Rari
buyPrice * ratio,
null,
false,
false,
null
);
);
}
}

0 comments on commit f4162be

Please sign in to comment.