logs/evennia.log is now writing once more. Also fixed a stupid indentation error.
This commit is contained in:
parent
b6c869b076
commit
9457e19787
3 changed files with 7 additions and 3 deletions
|
|
@ -514,9 +514,9 @@ def cmd_set(cdat):
|
|||
return
|
||||
|
||||
victim = functions_db.standard_plr_objsearch(session, eq_args[0])
|
||||
# Use standard_plr_objsearch to handle duplicate/nonexistant results.
|
||||
if not victim:
|
||||
return
|
||||
# Use standard_plr_objsearch to handle duplicate/nonexistant results.
|
||||
if not victim:
|
||||
return
|
||||
|
||||
if not pobject.controls_other(victim):
|
||||
session.msg(defines_global.NOCONTROL_MSG)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue