Update CecilCommand.cs (#122)

not sure why it was changed to payout + wager?
This commit is contained in:
A Log in D Tractor
2026-06-28 11:19:37 -07:00
committed by GitHub
parent d5727b381a
commit a8dbdfecba
@@ -118,7 +118,7 @@ public class CecilCommand : ICommand
var payout = wager * Convert.ToDecimal(result);
var net = payout + wager;
var net = payout - wager;
var newBalance = await Money.NewWagerAsync(gambler.Id, wager, net, WagerGame.Cecil, ct: ctx);
var colors =
await SettingsProvider.GetMultipleValuesAsync([