mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Remove lua_State parameter from LuaError::LuaError
This commit is contained in:
@@ -71,7 +71,7 @@ void script_error(lua_State *L)
|
||||
{
|
||||
const char *s = lua_tostring(L, -1);
|
||||
std::string str(s ? s : "");
|
||||
throw LuaError(NULL, str);
|
||||
throw LuaError(str);
|
||||
}
|
||||
|
||||
// Push the list of callbacks (a lua table).
|
||||
|
Reference in New Issue
Block a user