mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:37:46 +02:00
cleanup return statement
This commit is contained in:
parent
28583ad2a2
commit
0b87df45b5
1 changed files with 1 additions and 5 deletions
|
@ -2414,11 +2414,7 @@ bool EntityItem::shouldSuppressLocationEdits() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
// if any of the ancestors are MyAvatar, suppress
|
// if any of the ancestors are MyAvatar, suppress
|
||||||
if (isChildOfMyAvatar()) {
|
return isChildOfMyAvatar();
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<EntityDynamicPointer> EntityItem::getActionsOfType(EntityDynamicType typeToGet) const {
|
QList<EntityDynamicPointer> EntityItem::getActionsOfType(EntityDynamicType typeToGet) const {
|
||||||
|
|
Loading…
Reference in a new issue