Make at_post_cmd() run after func() also for delayed commands. Resolve #2179
This commit is contained in:
parent
1e5c302e9b
commit
9040aafb05
2 changed files with 23 additions and 10 deletions
|
|
@ -70,6 +70,8 @@ without arguments starts a full interactive Python console.
|
|||
- Make `INLINEFUNC_STACK_MAXSIZE` default visible in `settings_default.py`.
|
||||
- Change how `ic` finds puppets; non-priveleged users will use `_playable_characters` list as
|
||||
candidates, Builders+ will use list, local search and only global search if no match found.
|
||||
- Make `cmd.at_post_cmd()` always run after `cmd.func()`, even when the latter uses delays
|
||||
with yield.
|
||||
|
||||
|
||||
## Evennia 0.9 (2018-2019)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue