mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:09:52 +02:00
Stop ping timer in handle node kill
This commit is contained in:
parent
8424e91ae1
commit
ae8e79750b
1 changed files with 1 additions and 0 deletions
|
@ -401,6 +401,7 @@ void LimitedNodeList::processKillNode(NLPacket& packet) {
|
||||||
|
|
||||||
void LimitedNodeList::handleNodeKill(const SharedNodePointer& node) {
|
void LimitedNodeList::handleNodeKill(const SharedNodePointer& node) {
|
||||||
qCDebug(networking) << "Killed" << *node;
|
qCDebug(networking) << "Killed" << *node;
|
||||||
|
node->stopPingTimer();
|
||||||
emit nodeKilled(node);
|
emit nodeKilled(node);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue