STORM-1117 does not affect us, allow calling cards in prims

Issue was due to v2 name resolution, our calling cards are old school and don't do this.
This commit is contained in:
Inusaito Sayori
2014-06-10 08:51:09 -04:00
parent accfcbbf5c
commit 73c4557a45

View File

@@ -1591,7 +1591,7 @@ EAcceptance LLToolDragAndDrop::willObjectAcceptInventory(LLViewerObject* obj, LL
case LLAssetType::AT_CALLINGCARD:
// Calling Cards in object are disabled for now
// because of incomplete LSL support. See STORM-1117.
return ACCEPT_NO;
//return ACCEPT_NO;
default:
break;
}