mutators: remove unnecessary check
This commit is contained in:
parent
c827ae4cf4
commit
42290cd54f
1 changed files with 0 additions and 4 deletions
|
@ -215,10 +215,6 @@ local function set_mutator_state(mutator, state)
|
|||
return
|
||||
end
|
||||
|
||||
if state and #mutator:get_incompatible_mutators(true) > 0 then
|
||||
return
|
||||
end
|
||||
|
||||
-- Sort mutators if this is the first call
|
||||
if not mutators_sorted then
|
||||
manager.sort_mutators()
|
||||
|
|
Loading…
Add table
Reference in a new issue