From 36dbf1fb4353f3690079f557af09827853331722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 8 Sep 2015 21:22:23 +0200 Subject: GH-1233 do not load worlds when not needed --- logic/minecraft/OneSixInstance.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'logic/minecraft/OneSixInstance.cpp') diff --git a/logic/minecraft/OneSixInstance.cpp b/logic/minecraft/OneSixInstance.cpp index b0fab8af..87994cef 100644 --- a/logic/minecraft/OneSixInstance.cpp +++ b/logic/minecraft/OneSixInstance.cpp @@ -399,7 +399,6 @@ std::shared_ptr OneSixInstance::worldList() const { m_world_list.reset(new WorldList(worldDir())); } - m_world_list->update(); return m_world_list; } -- cgit v1.2.3