mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-18 05:31:07 +03:00
feat(ui): stub Script_BNConnected
This commit is contained in:
parent
14d14dacb0
commit
4f26eeb05c
@ -188,7 +188,10 @@ int32_t Script_BNReportPlayer(lua_State* L) {
|
||||
}
|
||||
|
||||
int32_t Script_BNConnected(lua_State* L) {
|
||||
WHOA_UNIMPLEMENTED(0);
|
||||
// TODO real implementation
|
||||
lua_pushboolean(L, false);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
int32_t Script_BNFeaturesEnabledAndConnected(lua_State* L) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user