mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
@@ -1795,5 +1795,5 @@ void WebsocketServerSocketInterface::binaryMessageReceived(const QByteArray &mes
|
||||
|
||||
bool AbstractServerSocketInterface::isPasswordLongEnough(const int passwordLength)
|
||||
{
|
||||
return passwordLength < servatrice->getMinPasswordLength();
|
||||
return passwordLength >= servatrice->getMinPasswordLength();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user