Fixed a flying bug
This commit is contained in:
parent
39deff444e
commit
f02e16e1ba
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ class Character(Object, GenderCharacter, ContribRPCharacter):
|
||||||
If the 'location' is None, then send it to the room the
|
If the 'location' is None, then send it to the room the
|
||||||
character is in.
|
character is in.
|
||||||
"""
|
"""
|
||||||
for idx, msg in enumerate(messages[1:]):
|
for idx, msg in enumerate(messages):
|
||||||
if location:
|
if location:
|
||||||
delay(time_delay * idx, location.msg_contents, "\n" + routput(msg))
|
delay(time_delay * idx, location.msg_contents, "\n" + routput(msg))
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue