Remove incorrect logic

This commit is contained in:
Zach Fox 2017-11-14 14:54:03 -08:00
parent f5994375cf
commit d6c244d1d5

View file

@ -187,13 +187,6 @@
}
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);
if (success) {