mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -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,
|
||||
Bet = betPacket.BetAmount,
|
||||
Currency = betPacket.Currency == "REAL" ? ClashggCurrency.Real : ClashggCurrency.Fake,
|
||||
// ReSharper disable once PossibleLossOfFraction
|
||||
Multiplier = (float)betPacket.Payout / betPacket.BetAmount,
|
||||
Payout = betPacket.Payout
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user