mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
item/collection radials adds to collection auto
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user