mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Restrict function references returned by debug.getinfo()
This commit is contained in:
@@ -115,4 +115,7 @@ private:
|
||||
static int sl_os_rename(lua_State *L);
|
||||
static int sl_os_remove(lua_State *L);
|
||||
static int sl_os_setlocale(lua_State *L);
|
||||
|
||||
static int sl_debug_getinfo(lua_State *L);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user