mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-04 20:11:28 +02:00
Edit.js caused a testing fail :(
This commit is contained in:
parent
eceb0dcc95
commit
f3b641a833
1 changed files with 2 additions and 1 deletions
|
@ -1561,7 +1561,8 @@ function getPositionToCreateEntity(extra) {
|
|||
}
|
||||
|
||||
function importSVO(importURL) {
|
||||
if (!Entities.canRez() && !Entities.canRezTmp()) {
|
||||
if (!Entities.canRez() && !Entities.canRezTmp() &&
|
||||
!Entities.canRezCertified() && !Entities.canRezTmpCertified()) {
|
||||
Window.notifyEditError(INSUFFICIENT_PERMISSIONS_IMPORT_ERROR_MSG);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue