mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 03:52:55 +02:00
Remove UNUSED_2
This commit is contained in:
parent
dc5d5cbb63
commit
4e3d0758e5
1 changed files with 0 additions and 1 deletions
|
@ -571,7 +571,6 @@ 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