From 5282ed486720b5a3d1aef2e5dfc7d93babac3122 Mon Sep 17 00:00:00 2001 From: BluTac10 <269221868+BluTac10@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:52:04 +0530 Subject: [PATCH] Temp fix --- Minecraft.Client/Common/UI/UIScene_SaveMessage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Common/UI/UIScene_SaveMessage.cpp b/Minecraft.Client/Common/UI/UIScene_SaveMessage.cpp index ecb78aa6..881fb35d 100644 --- a/Minecraft.Client/Common/UI/UIScene_SaveMessage.cpp +++ b/Minecraft.Client/Common/UI/UIScene_SaveMessage.cpp @@ -7,7 +7,7 @@ UIScene_SaveMessage::UIScene_SaveMessage(int iPad, void *initData, UILayer *parentLayer) : UIScene(iPad, parentLayer) { - constexpr static wchar_t localeBypassedText[] = L"This game has a level autosave feature. When you see the icon above displayed, the game is saving your data. \nPlease do not turn off your Xbox 360 console while this icon is on-screen."; + constexpr static wchar_t localeBypassedText[] = L"This game has a level autosave feature. When you see the icon above displayed, the game is saving your data. \nPlease do not turn off your Xbox 360 console while this icon is on-screen.\n\n"; // Setup all the Iggy references we need for this scene initialiseMovie();