mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
9ff5302c8b
commit
c445a3d958
1 changed files with 1 additions and 1 deletions
|
@ -1732,7 +1732,7 @@ int ObjectRef::l_get_sky(lua_State *L)
|
||||||
i++;
|
i++;
|
||||||
}
|
}
|
||||||
lua_pushboolean(L, clouds);
|
lua_pushboolean(L, clouds);
|
||||||
return 3;
|
return 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
// set_clouds(self, {density=, color=, ambient=, height=, thickness=, speed=})
|
// set_clouds(self, {density=, color=, ambient=, height=, thickness=, speed=})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue