Revert "Delay setting of low detail mode"

This reverts commit a13b6c69b35a35507bc17ddc3972a0a36905f7a2.
This commit is contained in:
Adam
2018-05-20 20:22:29 -04:00
parent aa30d2c782
commit 97caee3e04
@@ -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
{