Print the Minecraft window size on launch.
This commit is contained in:
parent
376467740b
commit
56b16320dd
@ -126,6 +126,11 @@ public class OneSixLauncher implements Launcher
|
|||||||
Utils.log("Params:");
|
Utils.log("Params:");
|
||||||
Utils.log(" " + mcparams.toString());
|
Utils.log(" " + mcparams.toString());
|
||||||
Utils.log();
|
Utils.log();
|
||||||
|
if(maximize)
|
||||||
|
Utils.log("Window size: max (if available)");
|
||||||
|
else
|
||||||
|
Utils.log("Window size: " + Integer.toString(winSize.width) + " x " + Integer.toString(winSize.height));
|
||||||
|
Utils.log();
|
||||||
}
|
}
|
||||||
|
|
||||||
int legacyLaunch()
|
int legacyLaunch()
|
||||||
|
Loading…
Reference in New Issue
Block a user