[FIX] Фикс final и создания своего runtime

This commit is contained in:
Gravit 2019-11-09 16:40:08 +07:00
parent 35f71f6797
commit 0224ce8cd6
No known key found for this signature in database
GPG key ID: 061981E1E85D3216

View file

@ -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;