Wrong way round - default behavior was to allow it (be it a bug or not).

This commit is contained in:
asofold 2014-05-11 23:03:19 +02:00
parent 0024e16112
commit b822b5c08a

View File

@ -168,7 +168,7 @@ public class DefaultConfig extends ConfigFile {
// Text (ordering on purpose).
set(ConfPaths.CHAT_TEXT_CHECK, true);
set(ConfPaths.CHAT_TEXT_ALLOWVLRESET, false);
set(ConfPaths.CHAT_TEXT_ALLOWVLRESET, true);
set(ConfPaths.CHAT_TEXT_FREQ_NORM_MIN, 0.0);
set(ConfPaths.CHAT_TEXT_FREQ_NORM_FACTOR, 0.9D);
set(ConfPaths.CHAT_TEXT_FREQ_NORM_WEIGHT, 6);