Enable LAN by default, as on master.

Let's not break too many things at once.
This commit is contained in:
akwizgran
2020-06-25 15:51:14 +01:00
parent 48b1e77065
commit fb85730b8e

View File

@@ -14,5 +14,5 @@ public interface LanTcpConstants {
String PREF_IPV6 = "ipv6";
// Default value for PREF_PLUGIN_ENABLE
boolean DEFAULT_PREF_PLUGIN_ENABLE = false;
boolean DEFAULT_PREF_PLUGIN_ENABLE = true;
}