mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 12:25:59 +03:00
fix(client): fix reloadUI command
This commit is contained in:
parent
1539c56ace
commit
8a71e9fdea
@ -46,7 +46,8 @@ static char* s_localeArray[12] = {
|
|||||||
|
|
||||||
|
|
||||||
int32_t CCommand_ReloadUI(const char*, const char*) {
|
int32_t CCommand_ReloadUI(const char*, const char*) {
|
||||||
// TODO:
|
CGlueMgr::m_reload = 1;
|
||||||
|
// CGGameUI::Reload();
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user