mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-08-01 19:18:31 -04:00
Update CecilCommand.cs (#122)
not sure why it was changed to payout + wager?
This commit is contained in:
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([
|
||||
|
||||
Reference in New Issue
Block a user