mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
adds strip back onto appearance, for initial newline
This commit is contained in:
parent
77ce84a0b1
commit
8562fb8167
1 changed files with 1 additions and 1 deletions
|
|
@ -1446,7 +1446,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
|||
str: The final formatted output.
|
||||
|
||||
"""
|
||||
return strip_extra_whitespace(appearance)
|
||||
return strip_extra_whitespace(appearance).strip()
|
||||
|
||||
def return_appearance(self, looker, **kwargs):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue