mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 21:47:22 +01:00
fix bot crashing
This commit is contained in:
parent
48ec4f0c27
commit
b0a05800b9
1 changed files with 1 additions and 1 deletions
|
|
@ -221,8 +221,8 @@ public partial class MareWizardModule
|
||||||
if (content.Contains(authString))
|
if (content.Contains(authString))
|
||||||
{
|
{
|
||||||
services.DiscordVerifiedUsers[userid] = true;
|
services.DiscordVerifiedUsers[userid] = true;
|
||||||
services.DiscordLodestoneMapping.TryRemove(userid, out _);
|
|
||||||
_logger.LogInformation("Verified {userid} from lodestone {lodestone}", userid, services.DiscordLodestoneMapping[userid]);
|
_logger.LogInformation("Verified {userid} from lodestone {lodestone}", userid, services.DiscordLodestoneMapping[userid]);
|
||||||
|
services.DiscordLodestoneMapping.TryRemove(userid, out _);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue