mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 13:47:46 +02:00
Fix method access modifier
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user