mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
Fixed multiword drop bug #442
This commit is contained in:
parent
33f1b41e79
commit
e070617751
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ class Object(TypeClass):
|
|||
location=location,
|
||||
attribute_name=attribute_name,
|
||||
quiet=quiet,
|
||||
exact=False)
|
||||
exact=exact)
|
||||
|
||||
def execute_cmd(self, raw_string, sessid=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue