forked from Mirrorlandia_minetest/minetest
Fix wrong return value in get_sky Lua call since ad9fcf859ec2347325830e09504ae96968b51ea8
Fix #5803
This commit is contained in:
parent
9ff5302c8b
commit
c445a3d958
@ -1732,7 +1732,7 @@ int ObjectRef::l_get_sky(lua_State *L)
|
||||
i++;
|
||||
}
|
||||
lua_pushboolean(L, clouds);
|
||||
return 3;
|
||||
return 4;
|
||||
}
|
||||
|
||||
// set_clouds(self, {density=, color=, ambient=, height=, thickness=, speed=})
|
||||
|
Loading…
Reference in New Issue
Block a user