mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
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:
|
||||
return
|
||||
|
||||
if not pobject.controls_other(target):
|
||||
if not pobject.controls_other(target_obj):
|
||||
session.msg(defines_global.NOCONTROL_MSG)
|
||||
return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue