Fix to the echo inputfunc

This commit is contained in:
Griatch 2025-03-22 22:29:37 +01:00
parent 441470991a
commit 3d8e81e0b4
2 changed files with 3 additions and 3 deletions

View file

@ -42,6 +42,7 @@ Python versions: 3.11, 3.12, 3.13.
- Fix: When an object was used as an On-Demand Task's category, and that object was then deleted,
it caused an OnDemandHandler save error on reload. Will now clean up on save. (Griatch)
used as the task's category (Griatch)
- Fix: The testing 'echo' inputfunc didn't work correctly; now returns both args/kwargs (Griatch)
- [Docs]: Fixes from InspectorCaracal, Griatch, ChrisLR
[pull3633]: https://github.com/evennia/evennia/pull/3633