Ранее ползунок установки RAM ничего не изменял.
This commit is contained in:
Yaroslavik 2018-10-26 14:39:20 +02:00 committed by Zaxar163
parent 65d36cf2e2
commit 91f9e11b36

View file

@ -156,7 +156,7 @@ public void write(HOutput output) throws IOException {
@LauncherAPI
public void setRAM(int ram)
{
ram = java.lang.Math.min(((ram / 256)) * 256, JVMHelper.RAM);
this.ram = java.lang.Math.min(((ram / 256)) * 256, JVMHelper.RAM);
}
@LauncherAPI
public void setDefault()