AP_Scripting: load manual bindings via generator

This commit is contained in:
Iampete1
2022-04-30 17:17:40 +01:00
committed by Andrew Tridgell
parent 03476711f2
commit 9da80b45e9
5 changed files with 28 additions and 53 deletions

View File

@@ -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);
}