mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Remove lua_State parameter from LuaError::LuaError
This commit is contained in:
parent
f8b7555558
commit
31fe72dbac
13 changed files with 39 additions and 52 deletions
|
@ -1120,7 +1120,7 @@ int ObjectRef::l_set_sky(lua_State *L)
|
|||
}
|
||||
|
||||
if (type == "skybox" && params.size() != 6)
|
||||
throw LuaError(L, "skybox expects 6 textures");
|
||||
throw LuaError("skybox expects 6 textures");
|
||||
|
||||
if (!getServer(L)->setSky(player, bgcolor, type, params))
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue