fix(client): fix reloadUI command

This commit is contained in:
VDm 2025-03-18 21:19:30 +04:00
parent e3b6b932da
commit 13ab4a6c29

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;
}