mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Word wrap is messing things up a bit. Disabling it for now until we have more time to check this out.
This commit is contained in:
parent
b9e543f6fd
commit
a3ac4ff17c
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ class Object(models.Model):
|
|||
self.description = new_desc
|
||||
self.save()
|
||||
|
||||
def get_description(self, no_parsing=False, wrap_text=True):
|
||||
def get_description(self, no_parsing=False, wrap_text=False):
|
||||
"""
|
||||
Returns an object's ANSI'd description.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue