From 49863d970800576f7c6457ed6c2c536ba58c2817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E5=82=91?= <840465812@qq.com> Date: Wed, 13 Apr 2022 17:07:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E8=B5=94=E7=8E=87?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=97=AE=E9=A2=98=EF=BC=8C=E4=B8=8D=E5=BA=94?= =?UTF-8?q?=E8=AF=A5toInt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/JHorseRacing.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/JHorseRacing.kt b/src/main/kotlin/JHorseRacing.kt index c7367d8..646539d 100644 --- a/src/main/kotlin/JHorseRacing.kt +++ b/src/main/kotlin/JHorseRacing.kt @@ -201,7 +201,6 @@ object JHorseRacing : KotlinPlugin( // 否则根据下注金额与余额的比值计算赔率 (bet.score.toDouble() / 1000.0 * JHRPluginConfig.maxOdds) .coerceIn(JHRPluginConfig.minOdds, JHRPluginConfig.maxOdds) - .toInt() } else { // 亏损积分 -bet.score