mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-08 03:12:25 -08:00
Updated return value
This commit is contained in:
@@ -113,7 +113,7 @@ bool Servatrice_DatabaseInterface::usernameIsValid(const QString &user)
|
||||
}
|
||||
}
|
||||
result = result.trimmed();
|
||||
return (result.size() > 0);
|
||||
return (result.size() == user.size());
|
||||
}
|
||||
|
||||
bool Servatrice_DatabaseInterface::getRequireRegistration()
|
||||
|
||||
Reference in New Issue
Block a user