mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 05:57:16 +02:00
Made unittest suite finish without errors using new proxy system.
This commit is contained in:
parent
71b6600d87
commit
2782e03478
9 changed files with 73 additions and 60 deletions
|
|
@ -257,7 +257,6 @@ class Channel(ChannelDB):
|
|||
"""
|
||||
# get all players connected to this channel and send to them
|
||||
for player in self.db_subscriptions.all():
|
||||
player = player
|
||||
try:
|
||||
# note our addition of the from_channel keyword here. This could be checked
|
||||
# by a custom player.msg() to treat channel-receives differently.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue