Removed an erroneous text-conversion in msg() that made it impossible to add custom text outputcommands. Resolves #986.

This commit is contained in:
Griatch 2016-06-01 23:23:27 +02:00
parent 730d08e790
commit dcbf2ed9c1
2 changed files with 0 additions and 2 deletions

View file

@ -501,7 +501,6 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
except Exception:
logger.log_trace()
text = None if text is None else str(text)
kwargs["options"] = options
# relay to session(s)

View file

@ -416,7 +416,6 @@ class DefaultPlayer(with_metaclass(TypeclassBase, PlayerDB)):
except Exception:
pass
text = None if text is None else str(text)
kwargs["options"] = options
# session relay