Merge pull request #2877 from deathbeam/fix-low-detail-sound
Delay setting of low detail mode
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user