read the comment below in nxtools.cfg
# - The group nuke flag, allow release groups to nuke their own releases.
maybe your setting like a below
set nuke(GroupFlag) "G"
that means nuke can be only their own group rls unless disable to flag "G"
so change your setting like a below then maybe it works
set nuke(GroupFlag) ""
|