fix(client): fix reloadUI command

This commit is contained in:
VDm 2025-03-29 23:53:56 +04:00
parent 1539c56ace
commit 8a71e9fdea

View File

@ -46,7 +46,8 @@ static char* s_localeArray[12] = {
int32_t CCommand_ReloadUI(const char*, const char*) {
// TODO:
CGlueMgr::m_reload = 1;
// CGGameUI::Reload();
return 1;
}