mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 12:32:03 -04:00
Maybe I should've listened to the editor warning
This commit is contained in:
@@ -178,7 +178,6 @@ public class Clashgg : IDisposable
|
|||||||
Username = betPacket.User.Name,
|
Username = betPacket.User.Name,
|
||||||
Bet = betPacket.BetAmount,
|
Bet = betPacket.BetAmount,
|
||||||
Currency = betPacket.Currency == "REAL" ? ClashggCurrency.Real : ClashggCurrency.Fake,
|
Currency = betPacket.Currency == "REAL" ? ClashggCurrency.Real : ClashggCurrency.Fake,
|
||||||
// ReSharper disable once PossibleLossOfFraction
|
|
||||||
Multiplier = (float)betPacket.Payout / betPacket.BetAmount,
|
Multiplier = (float)betPacket.Payout / betPacket.BetAmount,
|
||||||
Payout = betPacket.Payout
|
Payout = betPacket.Payout
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user