Fix for @desc target validation.
This commit is contained in:
parent
5d066a7839
commit
62ed2560e4
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ def cmd_description(cdat):
|
||||||
if not target_obj:
|
if not target_obj:
|
||||||
return
|
return
|
||||||
|
|
||||||
if not pobject.controls_other(target):
|
if not pobject.controls_other(target_obj):
|
||||||
session.msg(defines_global.NOCONTROL_MSG)
|
session.msg(defines_global.NOCONTROL_MSG)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue