mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 10:18:27 -04:00
More common refactorings like renaming variables, removing empty statements and unused variables, etc
This commit is contained in:
@@ -54,7 +54,7 @@ public sealed class HangmanService : IHangmanService, ILateExecutor
|
||||
{
|
||||
lock (_locker)
|
||||
{
|
||||
if (_hangmanGames.TryRemove(channelId, out var game)) return new(true);
|
||||
if (_hangmanGames.TryRemove(channelId, out _)) return new(true);
|
||||
}
|
||||
|
||||
return new(false);
|
||||
|
Reference in New Issue
Block a user