mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
remove an extra gs
This commit is contained in:
parent
dbecb96a58
commit
d6431a3e7a
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ void DomainServer::addStaticAssignmentsBackToQueueAfterRestart() {
|
|||
|
||||
qDebug() << "Adding static assignment to queue -" << _staticAssignments[i];
|
||||
|
||||
_assignmentQueue.push_back(&_staticAssignments[i]);gs
|
||||
_assignmentQueue.push_back(&_staticAssignments[i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue