Fix excess blank lines in Evtable options. Resolve #3027.

This commit is contained in:
Griatch 2023-02-25 18:41:11 +01:00
parent 84d49d01af
commit 2ad58051bb
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## Main
- Bug fix: Evtable options showed spurious empty lines if set without desc
## Evennia 1.2.0
- Bug fix: `TagHandler.get` did not consistently cast to string (aMiss-aWry)