mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 17:26:32 +01:00
Fix a bug in Character.announce_move_to
This commit is contained in:
parent
c996e8c4b5
commit
fae5877843
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class PatchedCharacter:
|
|||
if exits:
|
||||
exits[0].events.call("msg_arrive", character, exits[0],
|
||||
origin, destination, string)
|
||||
string = exits[0].events.get_variable("message")
|
||||
string = exits[0].events.get_variable("message")
|
||||
|
||||
mapping = {
|
||||
"character": character,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue