Various tweaks to the Java component of the launcher

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2022-10-24 18:21:26 +01:00
parent e4e0c27e1c
commit e68dcea6bc
13 changed files with 316 additions and 237 deletions

View File

@@ -18,6 +18,6 @@ package org.prismlauncher;
public interface Launcher {
void launch() throws Exception;
void launch() throws Throwable;
}