Cant turn on stability

I have for long time have been using this plugin with stability on, it have worked far good. But after last update (september). The stability is not on. But the setting in the base profile says stability..... True. Any idea to fix this?

looks like I disabled it by accident lol

                if (key == "stability")
                {
                    flag1 = true;
                    value = "false";
                }​

just change false to true in the .cs

thx for the help