From f776f9237193dedb3140468a25f38df11c79c6a4 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 19 Nov 2021 18:28:12 +0000 Subject: Add the option. --- src/configreader.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index a739bf5b5..5bc15bd41 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -294,6 +294,7 @@ void ServerConfig::CrossCheckConnectBlocks(ServerConfig* current) me->maxconnwarn = tag->getBool("maxconnwarn", me->maxconnwarn); me->limit = tag->getUInt("limit", me->limit); me->resolvehostnames = tag->getBool("resolvehostnames", me->resolvehostnames); + me->uniqueusername = tag->getBool("uniqueusername", me->uniqueusername); me->password = tag->getString("password", me->password); me->passwordhash = tag->getString("hash", me->passwordhash); -- cgit v1.3.1-10-gc9f91