Default mutators are always added?
Roemer opened this issue · 0 comments
Roemer commented
When I start a server with let's say:
CTF-Face?game=BotPack.CTFGame?mutator=BotPack.InstaGibDM,MVES.MapVote
and then call the map vote and vote for another map with Normal
rules, the BotPack.InstaGibDM
is re-added.
Not sure how to best handle this, maybe a MutatorRemoveList
? So mapvote then makes sure to remove those mutators in any case when this mode is selected.