1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 19:42:10 +00:00

add option for consistent stars in the sky

This commit is contained in:
Anton Davydov 2025-09-30 18:45:09 +03:00
parent 274d8a7c65
commit 3c5df72148
6 changed files with 9 additions and 2 deletions

View file

@ -1445,6 +1445,7 @@ void Client::handleCommand_HudSetStars(NetworkPacket *pkt)
try {
*pkt >> stars.day_opacity;
} catch (PacketError &e) {};
*pkt >> stars.star_seed;
ClientEvent *event = new ClientEvent();
event->type = CE_SET_STARS;