mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 22:42:17 +02:00
Put generic stats in sendStatsPacket() stub
This commit is contained in:
parent
c9d0dc6991
commit
6a4406ad12
1 changed files with 3 additions and 1 deletions
|
@ -556,7 +556,9 @@ void EntityScriptServer::checkAndCallPreload(const EntityItemID& entityID, bool
|
|||
}
|
||||
|
||||
void EntityScriptServer::sendStatsPacket() {
|
||||
|
||||
QJsonObject statsObject;
|
||||
// Add ESS-specific ...
|
||||
ThreadedAssignment::addPacketStatsAndSendStatsPacket(statsObject);
|
||||
}
|
||||
|
||||
void EntityScriptServer::handleOctreePacket(QSharedPointer<ReceivedMessage> message, SharedNodePointer senderNode) {
|
||||
|
|
Loading…
Reference in a new issue