From eccd785110624ce88320cb620ceb4f010a571688 Mon Sep 17 00:00:00 2001 From: NOTPIES Date: Thu, 5 Mar 2026 04:36:31 -0300 Subject: [PATCH] update wm --- Minecraft.Client/Gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Gui.cpp b/Minecraft.Client/Gui.cpp index c25c892..ac378cf 100644 --- a/Minecraft.Client/Gui.cpp +++ b/Minecraft.Client/Gui.cpp @@ -1023,7 +1023,7 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse) glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glPushMatrix(); glScalef(0.5f, 0.5f, 1.0f); - font->drawShadow(L"LCEMP by notpies", 4, (screenHeight - 5) * 2, 0x55ffffff); + font->drawShadow(L"LCEMP", 4, (screenHeight - 5) * 2, 0x55ffffff); glPopMatrix(); }