diff --git a/src/commands/default/comms.py b/src/commands/default/comms.py index 3c4a8f6e2c..b4c5979db5 100644 --- a/src/commands/default/comms.py +++ b/src/commands/default/comms.py @@ -229,7 +229,7 @@ class CmdAllCom(MuxPlayerCommand): string += "No channels." for channel in channels: string += "\n{w%s:{n\n" % channel.key - subs = channel.subscriptions.all() + subs = channel.db_subscriptions.all() if subs: string += " " + ", ".join([player.key for player in subs]) else: