Fix for @desc target validation.

This commit is contained in:
Greg Taylor 2007-05-27 16:47:18 +00:00
parent 5d066a7839
commit 62ed2560e4

View file

@ -147,7 +147,7 @@ def cmd_description(cdat):
if not target_obj:
return
if not pobject.controls_other(target):
if not pobject.controls_other(target_obj):
session.msg(defines_global.NOCONTROL_MSG)
return