From a2a9341c24609e45e563427eecc1a927ee2b657a Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Thu, 21 Jul 2016 12:00:30 +0100 Subject: Tab completion across worlds (#3270) Fixes #2563. --- src/Server.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Server.cpp') diff --git a/src/Server.cpp b/src/Server.cpp index 8405109de..ba469bd3e 100644 --- a/src/Server.cpp +++ b/src/Server.cpp @@ -234,6 +234,7 @@ bool cServer::InitServer(cSettingsRepositoryInterface & a_Settings, bool a_Shoul LOGWARNING("WARNING: BungeeCord is allowed and server set to online mode. This is unsafe and will not work properly. Disable either authentication or BungeeCord in settings.ini."); } + m_ShouldAllowMultiWorldTabCompletion = a_Settings.GetValueSetB("Server", "AllowMultiWorldTabCompletion", true); m_ShouldLoadOfflinePlayerData = a_Settings.GetValueSetB("PlayerData", "LoadOfflinePlayerData", false); m_ShouldLoadNamedPlayerData = a_Settings.GetValueSetB("PlayerData", "LoadNamedPlayerData", true); -- cgit v1.2.3