From 97caee3e04bcb18bd3ee1e131be2356a13bf53f8 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 20 May 2018 16:40:08 -0400 Subject: [PATCH] Revert "Delay setting of low detail mode" This reverts commit a13b6c69b35a35507bc17ddc3972a0a36905f7a2. --- .../runelite/client/plugins/lowmemory/LowMemoryPlugin.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/lowmemory/LowMemoryPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/lowmemory/LowMemoryPlugin.java index 0c8f6000df..039be92e82 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/lowmemory/LowMemoryPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/lowmemory/LowMemoryPlugin.java @@ -41,6 +41,12 @@ public class LowMemoryPlugin extends Plugin @Inject private Client client; + @Override + protected void startUp() throws Exception + { + client.changeMemoryMode(true); + } + @Override protected void shutDown() throws Exception {