mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Update server.cpp
This commit is contained in:
parent
15e6f0a2e2
commit
33b68a4d05
1 changed files with 6 additions and 6 deletions
|
@ -1901,7 +1901,7 @@ void Server::SendOverrideDayNightRatio(session_t peer_id, bool do_override,
|
||||||
Send(&pkt);
|
Send(&pkt);
|
||||||
}
|
}
|
||||||
|
|
||||||
void Server::SendSetLighting(session_t peer_id, const Lighting & lighting)
|
void Server::SendSetLighting(session_t peer_id, const Lighting &lighting)
|
||||||
{
|
{
|
||||||
NetworkPacket pkt(TOCLIENT_SET_LIGHTING,
|
NetworkPacket pkt(TOCLIENT_SET_LIGHTING,
|
||||||
4, peer_id);
|
4, peer_id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue