Fix method access modifier
This commit is contained in:
parent
4fdb21b414
commit
860a7af679
@ -145,7 +145,7 @@ public final class OneSixLauncher implements Launcher {
|
|||||||
invokeMain(minecraftClass);
|
invokeMain(minecraftClass);
|
||||||
}
|
}
|
||||||
|
|
||||||
void launchWithMainClass() throws Exception {
|
private void launchWithMainClass() throws Exception {
|
||||||
// window size, title and state, onesix
|
// window size, title and state, onesix
|
||||||
|
|
||||||
// FIXME: there is no good way to maximize the minecraft window in onesix.
|
// FIXME: there is no good way to maximize the minecraft window in onesix.
|
||||||
|
Loading…
Reference in New Issue
Block a user