mutators: remove unnecessary check

This commit is contained in:
UnShame 2018-02-22 14:05:50 +03:00
parent c827ae4cf4
commit 42290cd54f

View file

@ -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()