From 6d8caf64308ca036e64c8fc1401072da797c21a5 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Wed, 7 Jan 2026 21:26:38 -0600 Subject: [PATCH] Fix busted syntax for the settings in PlinkoCommand.cs --- KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs b/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs index 0856d43..71b7e3b 100644 --- a/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/PlinkoCommand.cs @@ -53,7 +53,6 @@ public class PlinkoCommand : ICommand var settings = await SettingsProvider.GetMultipleValuesAsync([ BuiltIn.Keys.KasinoPlinkoCleanupDelay, BuiltIn.Keys.KiwiFarmsGreenColor, BuiltIn.Keys.KiwiFarmsRedColor, BuiltIn.Keys.KasinoPlinkoEnabled, BuiltIn.Keys.KasinoGameDisabledMessageCleanupDelay - BuiltIn.Keys.KasinoPlinkoCleanupDelay, BuiltIn.Keys.KiwiFarmsGreenColor, BuiltIn.Keys.KiwiFarmsRedColor ]); if (!settings[BuiltIn.Keys.KasinoPlinkoEnabled].ToBoolean())