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:
parent
274d8a7c65
commit
3c5df72148
6 changed files with 9 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue