Merge pull request #2877 from deathbeam/fix-low-detail-sound

Delay setting of low detail mode
This commit is contained in:
Adam
2018-05-20 12:25:40 -04:00
committed by GitHub

View File

@@ -41,12 +41,6 @@ public class LowMemoryPlugin extends Plugin
@Inject
private Client client;
@Override
protected void startUp() throws Exception
{
client.changeMemoryMode(true);
}
@Override
protected void shutDown() throws Exception
{