mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FIX] Фикс final и создания своего runtime
This commit is contained in:
parent
35f71f6797
commit
0224ce8cd6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
import pro.gravit.launcher.modules.LauncherModule;
|
||||
|
||||
public class ClientPreGuiPhase extends LauncherModule.Event {
|
||||
public final RuntimeProvider runtimeProvider;
|
||||
public RuntimeProvider runtimeProvider;
|
||||
|
||||
public ClientPreGuiPhase(RuntimeProvider runtimeProvider) {
|
||||
this.runtimeProvider = runtimeProvider;
|
||||
|
|
Loading…
Reference in a new issue