mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Cleaned up worst instability. Test suite does validate yet.
This commit is contained in:
parent
fa93c70e7f
commit
e36c7d5cc1
24 changed files with 134 additions and 300 deletions
|
|
@ -591,7 +591,7 @@ class Channel(SharedMemoryModel):
|
|||
# get all players connected to this channel and send to them
|
||||
for conn in Channel.objects.get_all_connections(self, online=online):
|
||||
try:
|
||||
conn.player.msg(msg, from_object=senders)
|
||||
conn.player.msg(msg, from_obj=senders)
|
||||
except AttributeError:
|
||||
try:
|
||||
conn.to_external(msg, from_object=senders, from_channel=self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue