mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
Fix thread not attached for MC 1.12 indirect char pipe
This commit is contained in:
parent
423ddb2d10
commit
057ef13c40
4 changed files with 19 additions and 14 deletions
|
|
@ -145,7 +145,9 @@ public class MainActivity extends LoggableActivity implements OnTouchListener, O
|
|||
|
||||
mProfile = PojavProfile.getCurrentProfileContent(this);
|
||||
mVersionInfo = Tools.getVersionInfo(mProfile.getVersion());
|
||||
|
||||
// Minecraft 1.12.x special case: use indirect char pipe
|
||||
CallbackBridge.isMinecraft1p12 = mVersionInfo.assets.startsWith("1.12");
|
||||
|
||||
setTitle("Minecraft " + mProfile.getVersion());
|
||||
|
||||
// Minecraft 1.13+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue