mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(ui): implement Script_GetSavedAccountName
This commit is contained in:
parent
30e23dc46b
commit
1e05398ad8
@ -26,7 +26,9 @@ int32_t Script_GetLocale(lua_State* L) {
|
||||
}
|
||||
|
||||
int32_t Script_GetSavedAccountName(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
lua_pushstring(L, Client::g_accountNameVar->GetString());
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
int32_t Script_SetSavedAccountName(lua_State* L) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user