mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Create a separate setting for blackjack cleanup
This commit is contained in:
@@ -41,7 +41,7 @@ public class BlackjackCommand : ICommand
|
||||
CancellationToken ctx)
|
||||
{
|
||||
var cleanupDelay = TimeSpan.FromMilliseconds(
|
||||
(await SettingsProvider.GetValueAsync(BuiltIn.Keys.KasinoDiceCleanupDelay)).ToType<int>());
|
||||
(await SettingsProvider.GetValueAsync(BuiltIn.Keys.KasinoBlackjackCleanupDelay)).ToType<int>());
|
||||
|
||||
// Check if this is a new game or continuing existing game
|
||||
if (arguments.TryGetValue("amount", out var amountGroup))
|
||||
|
||||
Reference in New Issue
Block a user