mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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