mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 14:55:13 +03:00
Return nil if value not found in luaGetValue()
This commit is contained in:
parent
36409c37f4
commit
3815ab8c45
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ static int luaGetValue(lua_State *L)
|
|||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
lua_pushnil(L);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue