1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00

Fix cv bug

This commit is contained in:
Steffo 2020-08-23 23:24:12 +02:00
parent e31ba6232d
commit 41fcbb8484

View file

@ -162,7 +162,7 @@ class CvCommand(Command):
draw = True
for role in member["roles"]:
if role["id"] == self.interface.config["Cv"]["displayed_role_id"]:
if role["id"] == self.config["Cv"]["displayed_role_id"]:
break
else:
if display_only_role: