1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Fix wrong return value in get_sky Lua call since ad9fcf859e

Fix #5803
This commit is contained in:
Loic Blot
2017-05-23 19:59:47 +02:00
parent 9ff5302c8b
commit c445a3d958

View File

@@ -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=})