From fb2e231f5e35d0bc75592cf4ae739c8f09c03bbf Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Fri, 29 Jul 2016 19:51:33 +0100 Subject: Fix the error in #3270. --- src/Root.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Root.cpp b/src/Root.cpp index 09c91bc72..7ce36f65b 100644 --- a/src/Root.cpp +++ b/src/Root.cpp @@ -1026,7 +1026,7 @@ AStringVector cRoot::GetPlayerTabCompletionMultiWorld(const AString & a_Text) virtual bool Item(cWorld * a_World) override { a_World->TabCompleteUserName(m_Search, m_Results); - return true; + return false; } private: AStringVector & m_Results; -- cgit v1.2.3