Don't do weird stuff if we !fgame the default role. Closes #36
This commit is contained in:
parent
28fa4b0913
commit
e0df1de960
@ -3944,7 +3944,8 @@ def start(cli, nick, chann_, rest):
|
|||||||
for x in selected:
|
for x in selected:
|
||||||
villagers.remove(x)
|
villagers.remove(x)
|
||||||
|
|
||||||
var.ROLES[var.DEFAULT_ROLE] = villagers
|
for v in villagers:
|
||||||
|
var.ROLES[var.DEFAULT_ROLE].append(v)
|
||||||
|
|
||||||
# Now for the templates
|
# Now for the templates
|
||||||
for template, restrictions in var.TEMPLATE_RESTRICTIONS.items():
|
for template, restrictions in var.TEMPLATE_RESTRICTIONS.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user