mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
Changed the flag save_next to save_for_next, it makes more sense.
This commit is contained in:
parent
6e53e6a1fd
commit
6fdfbe657b
2 changed files with 3 additions and 3 deletions
|
|
@ -238,7 +238,7 @@ def cmdhandler(caller, raw_string, testing=False):
|
|||
# post-command hook
|
||||
cmd.at_post_cmd()
|
||||
|
||||
if cmd.save_next:
|
||||
if cmd.save_for_next:
|
||||
# store a reference to this command, possibly
|
||||
# accessible by the next command.
|
||||
caller.ndb.last_cmd = copy(cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue