mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 13:07:04 +02:00
Remove incorrect logic
This commit is contained in:
parent
f5994375cf
commit
d6c244d1d5
1 changed files with 0 additions and 7 deletions
|
@ -187,13 +187,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
function rezEntity(itemHref, isWearable) {
|
function rezEntity(itemHref, isWearable) {
|
||||||
if (!isWearable &&
|
|
||||||
(!Entities.canRez() && !Entities.canRezTmp() &&
|
|
||||||
!Entities.canRezCertified() && !Entities.canRezTmpCertified())) {
|
|
||||||
Window.notifyEditError("You do not have the necessary permissions to place items on this domain.");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
var success = Clipboard.importEntities(itemHref);
|
var success = Clipboard.importEntities(itemHref);
|
||||||
|
|
||||||
if (success) {
|
if (success) {
|
||||||
|
|
Loading…
Reference in a new issue