Обновлено название чит-клиента в меню(TCC = TeranClientCustomized)

master
BotBoyM1 2022-11-04 20:44:26 +03:00 committed by GitHub
parent 4857bf061d
commit 9abd2cf4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();