mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-18 12:30:11 -07:00
Attempt №2
This commit is contained in:
parent
1dae5afea1
commit
c0d09d4f5f
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ public final class Tools
|
|||
public static String[] getMinecraftArgs(MCProfile.Builder profile, JMinecraftVersionList.Version versionInfo)
|
||||
{
|
||||
if(versionInfo.inheritsFrom != null) {
|
||||
versionInfo.id = versioninfo.inheritsFrom;
|
||||
versionInfo.id = versionInfo.inheritsFrom;
|
||||
}
|
||||
String username = profile.getUsername();
|
||||
String versionName = profile.getVersion();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue