mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
A few more throwaway variable syntax updated
This commit is contained in:
@@ -547,7 +547,7 @@ public partial class Gambling : GamblingModule<GamblingService>
|
||||
}
|
||||
finally
|
||||
{
|
||||
_service.Duels.TryRemove((u.Id, ctx.User.Id), out var _);
|
||||
_service.Duels.TryRemove((u.Id, ctx.User.Id), out _);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user