From e9fe6effda2ad5571dba584c2889a4e96a706a7a Mon Sep 17 00:00:00 2001 From: Treeku Date: Sat, 7 Jun 2014 05:37:02 +0100 Subject: [PATCH] item/collection radials adds to collection auto --- scripts/radial/item/collection.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/radial/item/collection.py b/scripts/radial/item/collection.py index dfdc1edf..7245db9d 100644 --- a/scripts/radial/item/collection.py +++ b/scripts/radial/item/collection.py @@ -9,6 +9,7 @@ def createRadial(core, owner, target, radials): def handleSelection(core, owner, target, option): if option == 21 and target: + core.collectionService.addCollection(target.getStfName().rsplit('_n', 1)[0]) core.objectService.useObject(owner, target) return \ No newline at end of file