mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:18:38 +02:00
style
This commit is contained in:
parent
f4df75d016
commit
7f4e9a0089
1 changed files with 1 additions and 2 deletions
|
@ -344,8 +344,7 @@ QUuid EntityScriptingInterface::cloneEntity(QUuid entityIDToClone) {
|
||||||
if (success) {
|
if (success) {
|
||||||
getEntityPacketSender()->queueCloneEntityMessage(entityIDToClone, newEntityID);
|
getEntityPacketSender()->queueCloneEntityMessage(entityIDToClone, newEntityID);
|
||||||
return newEntityID;
|
return newEntityID;
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
return QUuid();
|
return QUuid();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue