mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-17 15:08:51 +00:00
Update
This commit is contained in:
@@ -363,6 +363,7 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId) {
|
||||
signInReturnedFunc =
|
||||
&UIScene_MainMenu::UnlockFullGame_SignInReturned;
|
||||
break;
|
||||
#if defined(_XBOX) || defined(__linux__)
|
||||
case eControl_Exit:
|
||||
if (ProfileManager.IsFullVersion()) {
|
||||
unsigned int uiIDA[2];
|
||||
@@ -372,7 +373,6 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId) {
|
||||
IDS_WARNING_ARCADE_TITLE, IDS_WARNING_ARCADE_TEXT, uiIDA, 2,
|
||||
XUSER_INDEX_ANY, &UIScene_MainMenu::ExitGameReturned, this);
|
||||
}
|
||||
#if defined _XBOX //|| _ENABLEIGGY
|
||||
else {
|
||||
#ifdef _XBOX_ONE
|
||||
ui.ShowPlayerDisplayname(true);
|
||||
|
||||
Reference in New Issue
Block a user