Don't do weird stuff if we !fgame the default role. Closes #36

This commit is contained in:
skizzerz 2014-07-19 17:39:31 -05:00
parent 28fa4b0913
commit e0df1de960

View File

@ -3944,7 +3944,8 @@ def start(cli, nick, chann_, rest):
for x in selected:
villagers.remove(x)
var.ROLES[var.DEFAULT_ROLE] = villagers
for v in villagers:
var.ROLES[var.DEFAULT_ROLE].append(v)
# Now for the templates
for template, restrictions in var.TEMPLATE_RESTRICTIONS.items():