Revert "Delay setting of low detail mode"

This reverts commit a13b6c69b35a35507bc17ddc3972a0a36905f7a2.
This commit is contained in:
Adam
2018-05-20 16:40:08 -04:00
parent aa30d2c782
commit 97caee3e04

View File

@@ -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
{