Fix nick changing bug

This commit is contained in:
Les De Ridder 2020-10-20 09:21:15 +02:00
parent d62993c800
commit c77709a813
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ preBuildCommands "./generate-version-info.fish"
versions "VibeDefaultMain"
targetPath "out"
configuration "application" {
configuration "compliant" {
}
configuration "modern" {

View File

@ -332,7 +332,7 @@ class Connection
{
sendWelcome();
}
else if (registrationAttempted)
else if (!wasRegistered && registrationAttempted)
{
onIncorrectPassword();
}