mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 15:33:02 +02:00
don't add old metavoxels assignment to default assignments
This commit is contained in:
parent
da6db93508
commit
05640290da
1 changed files with 1 additions and 0 deletions
|
@ -556,6 +556,7 @@ void DomainServer::populateDefaultStaticAssignmentsExcludingTypes(const QSet<Ass
|
|||
if (!excludedTypes.contains(defaultedType)
|
||||
&& defaultedType != Assignment::UNUSED_0
|
||||
&& defaultedType != Assignment::UNUSED_1
|
||||
&& defaultedType != Assignment::UNUSED_2
|
||||
&& defaultedType != Assignment::AgentType) {
|
||||
// type has not been set from a command line or config file config, use the default
|
||||
// by clearing whatever exists and writing a single default assignment with no payload
|
||||
|
|
Loading…
Reference in a new issue