From 9abd2cf4b026f2a2f2885c1327705442a127f8d9 Mon Sep 17 00:00:00 2001 From: BotBoyM1 <117344760+BotBoyM1@users.noreply.github.com> Date: Fri, 4 Nov 2022 20:44:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BD=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5?= =?UTF-8?q?=20=D1=87=D0=B8=D1=82-=D0=BA=D0=BB=D0=B8=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D0=BC=D0=B5=D0=BD=D1=8E(TCC=20=3D=20TeranCli?= =?UTF-8?q?entCustomized)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gui/cheatMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/cheatMenu.cpp b/src/gui/cheatMenu.cpp index 8ab3188fd..9f959528c 100644 --- a/src/gui/cheatMenu.cpp +++ b/src/gui/cheatMenu.cpp @@ -117,7 +117,7 @@ void CheatMenu::draw(video::IVideoDriver *driver, bool show_debug) CHEAT_MENU_GET_SCRIPTPTR if (!show_debug) - drawEntry(driver, "TeranClient", 0, false, false, + drawEntry(driver, "TCC", 0, false, false, CHEAT_MENU_ENTRY_TYPE_HEAD); int category_count = 0; for (auto category = script->m_cheat_categories.begin();