mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 12:30:11 -07:00
Changes
- [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:
parent
2ffd62f09f
commit
44bac63dac
15 changed files with 44 additions and 41 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue