mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
parent
65d36cf2e2
commit
91f9e11b36
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public void write(HOutput output) throws IOException {
|
||||||
@LauncherAPI
|
@LauncherAPI
|
||||||
public void setRAM(int ram)
|
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
|
@LauncherAPI
|
||||||
public void setDefault()
|
public void setDefault()
|
||||||
|
|
Loading…
Reference in a new issue