mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-08 20:09:13 +08:00
AP_Scripting: load manual bindings via generator
This commit is contained in:
committed by
Andrew Tridgell
parent
03476711f2
commit
9da80b45e9
@@ -163,7 +163,6 @@ void lua_scripts::create_sandbox(lua_State *L) {
|
||||
lua_pushstring(L, "utf8");
|
||||
luaopen_utf8(L);
|
||||
lua_settable(L, -3);
|
||||
load_lua_bindings(L);
|
||||
load_generated_sandbox(L);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user