mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-23 19:44:20 +00:00
Fix cv bug
This commit is contained in:
parent
e31ba6232d
commit
41fcbb8484
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class CvCommand(Command):
|
||||||
draw = True
|
draw = True
|
||||||
|
|
||||||
for role in member["roles"]:
|
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
|
break
|
||||||
else:
|
else:
|
||||||
if display_only_role:
|
if display_only_role:
|
||||||
|
|
Loading…
Reference in a new issue