Fix batchcommand/interactive mode as Developer perm. Resolve #687
This commit is contained in:
parent
a921660fd0
commit
ad67df9721
2 changed files with 18 additions and 15 deletions
|
|
@ -20,6 +20,7 @@
|
|||
- [Fix][pull3710]: Clean reduntant session clearin in `at_server_cold_start` (InspectorCaracal)
|
||||
- [Fix][pull3711]: Usability improvements in the Discord integration (InspectorCaracal)
|
||||
- [Fix][issue3688]: Made TutorialWorld possible to build cleanly without being a superuser (Griatch)
|
||||
- [Fix][issue3687]: Fixed batchcommand/interactive with developer perms (Griatch)
|
||||
- Fix: Make `\\` properly preserve one backlash in funcparser (Griatch)
|
||||
- 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)
|
||||
|
|
@ -38,6 +39,8 @@
|
|||
[pull3710]: https://github.com/evennia/evennia/pull/3710
|
||||
[pull3711]: https://github.com/evennia/evennia/pull/3711
|
||||
[issue3688]: https://github.com/evennia/evennia/issues/3688
|
||||
[issue3688]: https://github.com/evennia/evennia/issues/3687
|
||||
|
||||
|
||||
|
||||
## Evennia 4.5.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue