mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 18:55:29 +02:00
Fix some minor code issues all over the place
This commit is contained in:
@@ -316,7 +316,7 @@ void Server::handleCommand_Init2(NetworkPacket* pkt)
|
||||
// Send active objects
|
||||
{
|
||||
PlayerSAO *sao = getPlayerSAO(peer_id);
|
||||
if (client && sao)
|
||||
if (sao)
|
||||
SendActiveObjectRemoveAdd(client, sao);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user