mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Fixed multiword drop bug #442
This commit is contained in:
parent
38d5cdefa2
commit
6e50d7e357
2 changed files with 5 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ class Object(TypeClass):
|
|||
location=location,
|
||||
attribute_name=attribute_name,
|
||||
quiet=quiet,
|
||||
exact=quiet)
|
||||
exact=False)
|
||||
|
||||
def execute_cmd(self, raw_string, sessid=None):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue