Rename highMemory to audioHighMemory

This commit is contained in:
UniquePassive
2018-02-05 15:05:06 +01:00
parent 48d6170351
commit 659413feb1
2 changed files with 3 additions and 3 deletions

View File

@@ -396,7 +396,7 @@ public abstract class RSClientMixin implements RSClient
{
setLowMemory(lowMemory);
setRegionLowMemory(lowMemory);
setHighMemory(true);
setAudioHighMemory(true);
setOcLowDetail(lowMemory);
}