Fix busted syntax for the settings in PlinkoCommand.cs

This commit is contained in:
barelyprofessional
2026-01-07 21:26:38 -06:00
parent 143f282647
commit 6d8caf6430

View File

@@ -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())