mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +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) {
|
||||
getEntityPacketSender()->queueCloneEntityMessage(entityIDToClone, newEntityID);
|
||||
return newEntityID;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
return QUuid();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue