From 019fd47b0a42f88b188ed310dc113c47806c6919 Mon Sep 17 00:00:00 2001 From: AK4K-Coding Date: Sat, 14 Mar 2026 14:41:26 -0400 Subject: [PATCH] Update XUI_InGamePlayerOptions.cpp --- Minecraft.Client/Common/XUI/XUI_InGamePlayerOptions.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Minecraft.Client/Common/XUI/XUI_InGamePlayerOptions.cpp b/Minecraft.Client/Common/XUI/XUI_InGamePlayerOptions.cpp index 156cd09..573fce8 100644 --- a/Minecraft.Client/Common/XUI/XUI_InGamePlayerOptions.cpp +++ b/Minecraft.Client/Common/XUI/XUI_InGamePlayerOptions.cpp @@ -11,9 +11,7 @@ -//---------------------------------------------------------------------------------- // Performs initialization tasks - retrieves controls. -//---------------------------------------------------------------------------------- HRESULT CScene_InGamePlayerOptions::OnInit( XUIMessageInit* pInitData, BOOL& bHandled ) { m_iPad = *(int *)pInitData->pvInitData; @@ -496,4 +494,4 @@ void CScene_InGamePlayerOptions::resetCheatCheckboxes() m_checkboxes[eControl_CheatTeleport].SetCheck( isModerator && (Player::getPlayerGamePrivilege(m_playerPrivileges, Player::ePlayerGamePrivilege_CanTeleport) != 0) ); } -} \ No newline at end of file +}