Send ActiveObjects once right after Init2
This commit is contained in:
@@ -463,6 +463,10 @@ void Client::handleCommand_ActiveObjectRemoveAdd(NetworkPacket* pkt)
|
||||
infostream << "handleCommand_ActiveObjectRemoveAdd: " << e.what()
|
||||
<< ". The packet is unreliable, ignoring" << std::endl;
|
||||
}
|
||||
|
||||
// m_activeobjects_received is false before the first
|
||||
// TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD packet is received
|
||||
m_activeobjects_received = true;
|
||||
}
|
||||
|
||||
void Client::handleCommand_ActiveObjectMessages(NetworkPacket* pkt)
|
||||
|
||||
Reference in New Issue
Block a user