mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(client): fix reloadUI command
This commit is contained in:
parent
1539c56ace
commit
8a71e9fdea
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue