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:
@@ -48,7 +48,7 @@ protected:
|
||||
ScriptApiBase *scriptIface = getScriptApiBase(L);
|
||||
T *scriptIfaceDowncast = dynamic_cast<T*>(scriptIface);
|
||||
if (!scriptIfaceDowncast) {
|
||||
throw LuaError(NULL, "Requested unavailable ScriptApi - core engine bug!");
|
||||
throw LuaError("Requested unavailable ScriptApi - core engine bug!");
|
||||
}
|
||||
return scriptIfaceDowncast;
|
||||
}
|
||||
|
Reference in New Issue
Block a user