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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user