From 0b1251a49d8a1613129abd2d017a527c42cc247a Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Tue, 25 Mar 2025 01:00:52 +0800 Subject: [PATCH] Maybe I should've listened to the editor warning --- KfChatDotNetBot/Services/Clashgg.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/KfChatDotNetBot/Services/Clashgg.cs b/KfChatDotNetBot/Services/Clashgg.cs index b4547c5..aa7341c 100644 --- a/KfChatDotNetBot/Services/Clashgg.cs +++ b/KfChatDotNetBot/Services/Clashgg.cs @@ -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 };