mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
parent
8fb0baa449
commit
0ff7472ce5
1 changed files with 1 additions and 1 deletions
|
|
@ -1795,5 +1795,5 @@ void WebsocketServerSocketInterface::binaryMessageReceived(const QByteArray &mes
|
|||
|
||||
bool AbstractServerSocketInterface::isPasswordLongEnough(const int passwordLength)
|
||||
{
|
||||
return passwordLength < servatrice->getMinPasswordLength();
|
||||
return passwordLength >= servatrice->getMinPasswordLength();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue