mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:08:00 +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)
|
if (!excludedTypes.contains(defaultedType)
|
||||||
&& defaultedType != Assignment::UNUSED_0
|
&& defaultedType != Assignment::UNUSED_0
|
||||||
&& defaultedType != Assignment::UNUSED_1
|
&& defaultedType != Assignment::UNUSED_1
|
||||||
|
&& defaultedType != Assignment::UNUSED_2
|
||||||
&& defaultedType != Assignment::AgentType) {
|
&& defaultedType != Assignment::AgentType) {
|
||||||
// type has not been set from a command line or config file config, use the default
|
// 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
|
// by clearing whatever exists and writing a single default assignment with no payload
|
||||||
|
|
Loading…
Reference in a new issue