gAgent.set/getInventoryRootID() changed to gInventory.set/getRootFolderID()
This commit is contained in:
@@ -4841,7 +4841,7 @@ void handle_take()
|
||||
}
|
||||
|
||||
// check library
|
||||
if(gInventory.isObjectDescendentOf(category_id, gInventoryLibraryRoot))
|
||||
if(gInventory.isObjectDescendentOf(category_id, gInventory.getLibraryRootFolderID()))
|
||||
{
|
||||
category_id.setNull();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user