mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Scripting WIP
This commit is contained in:
@@ -61,7 +61,7 @@ lua_State* script_init()
|
||||
return L;
|
||||
}
|
||||
|
||||
lua_State* script_deinit(lua_State *L)
|
||||
void script_deinit(lua_State *L)
|
||||
{
|
||||
lua_close(L);
|
||||
}
|
||||
|
Reference in New Issue
Block a user