Merge branch 'refs/heads/main' into owlsys/dependency-resolving
This commit is contained in:
commit
e688242ef5
|
@ -5,7 +5,7 @@ import dev.frogmc.frogloader.impl.launch.FrogLauncher;
|
||||||
|
|
||||||
public class FrogClient {
|
public class FrogClient {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args){
|
||||||
FrogLauncher.run(args, Env.CLIENT);
|
FrogLauncher.run(args, Env.CLIENT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue