Match default to what's in the config. Resolves #1775

This commit is contained in:
Trent Hensler 2018-01-18 10:34:02 -08:00
parent 377c716d52
commit d4138ce843

View file

@ -1384,7 +1384,7 @@ public class Settings implements net.ess3.api.ISettings {
@Override
public boolean isPastebinCreateKit() {
return config.getBoolean("pastebin-createkit", true);
return config.getBoolean("pastebin-createkit", false);
}
@Override