mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +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) {
|
||||
qCDebug(networking) << "Killed" << *node;
|
||||
node->stopPingTimer();
|
||||
emit nodeKilled(node);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue