From 4390435f068490de3aaf38469af9d436bc7dd261 Mon Sep 17 00:00:00 2001 From: NOTPIES Date: Sat, 14 Mar 2026 17:47:11 -0300 Subject: [PATCH] fix comments --- Minecraft.Client/Windows64/Windows64_Minecraft.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp index 4afc10b..0b334e0 100644 --- a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp +++ b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp @@ -1039,13 +1039,13 @@ int APIENTRY _tWinMain(_In_ HINSTANCE hInstance, } } - // set a callback for the default player options to be set when there is no profile data for the player + // Set a callback for the default player options to be set when there is no profile data for the player ProfileManager.SetDefaultOptionsCallback(&CConsoleMinecraftApp::DefaultOptionsCallback,(LPVOID)&app); #if 0 - // set a callback to deal with old profile versions needing updated to new versions + // Set a callback to deal with old profile versions needing updated to new versions ProfileManager.SetOldProfileVersionCallback(&CConsoleMinecraftApp::OldProfileVersionCallback,(LPVOID)&app); - //sSet a callback for when there is a read error on profile data + // Set a callback for when there is a read error on profile data ProfileManager.SetProfileReadErrorCallback(&CConsoleMinecraftApp::ProfileReadErrorCallback,(LPVOID)&app); #endif