- [Custom control] Move source files.
- [Input pipe] Force to trigger update screen size at least once to fix wrong cursor position.
This commit is contained in:
khanhduytran0 2020-11-09 13:30:50 +07:00
parent 2ffd62f09f
commit 44bac63dac
15 changed files with 44 additions and 41 deletions

View file

@ -172,8 +172,8 @@ public final class Tools
public static String[] getMinecraftArgs(MCProfile.Builder profile, JMinecraftVersionList.Version versionInfo) {
String username = profile.getUsername();
String versionName = profile.getVersion();
if(versionInfo.inheritsFrom != null) {
versionName=versionInfo.inheritsFrom;
if (versionInfo.inheritsFrom != null) {
versionName = versionInfo.inheritsFrom;
}
String mcAssetsDir = Tools.ASSETS_PATH;
String userType = "mojang";