Don't just change random numbers without looking at the code yourself. Take time to look at the code and think logically about it. Even if you didn't know how to code, you could probably figure out the general idea of what is going on.
I would assume that you could change "g_NotBalanced == 2" to "g_NotBalanced == 4". I would also assume that you need to change the cvar value. If that doesn't do it, you would need to attach the plugin because we have no idea of the context of the code and especially the global variables.