Maybe I should've listened to the editor warning

This commit is contained in:
barelyprofessional
2025-03-25 01:00:52 +08:00
parent 516c867a70
commit 0b1251a49d

View File

@@ -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
};