mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Fix method access modifier
This commit is contained in:
parent
4fdb21b414
commit
860a7af679
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ public final class OneSixLauncher implements Launcher {
|
|||
invokeMain(minecraftClass);
|
||||
}
|
||||
|
||||
void launchWithMainClass() throws Exception {
|
||||
private void launchWithMainClass() throws Exception {
|
||||
// window size, title and state, onesix
|
||||
|
||||
// FIXME: there is no good way to maximize the minecraft window in onesix.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue