mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 13:41:06 +03:00
feat(ui): stub Script_BNFeaturesEnabled
This commit is contained in:
parent
c6ddfc0d87
commit
14d14dacb0
@ -206,7 +206,10 @@ int32_t Script_IsBNLogin(lua_State* L) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int32_t Script_BNFeaturesEnabled(lua_State* L) {
|
int32_t Script_BNFeaturesEnabled(lua_State* L) {
|
||||||
WHOA_UNIMPLEMENTED(0);
|
// TODO real implementation
|
||||||
|
lua_pushboolean(L, false);
|
||||||
|
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t Script_BNRequestFOFInfo(lua_State* L) {
|
int32_t Script_BNRequestFOFInfo(lua_State* L) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user