mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +02:00
removed dead comment
This commit is contained in:
parent
b5f6a51728
commit
77ba88e56d
1 changed files with 0 additions and 1 deletions
|
@ -561,7 +561,6 @@ void VoxelServer::run() {
|
|||
// send a check in packet to the domain server if DOMAIN_SERVER_CHECK_IN_USECS has elapsed
|
||||
if (usecTimestampNow() - usecTimestamp(&lastDomainServerCheckIn) >= DOMAIN_SERVER_CHECK_IN_USECS) {
|
||||
gettimeofday(&lastDomainServerCheckIn, NULL);
|
||||
//qDebug() << "VoxelServer::run()... NodeList::getInstance()->sendDomainServerCheckIn()\n";
|
||||
NodeList::getInstance()->sendDomainServerCheckIn();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue