Config change: blockchangeonly is false by default (changed earlier).

This commit is contained in:
asofold 2014-08-17 22:51:22 +02:00
parent 589dc77510
commit 53c0d9584c

View File

@ -16,7 +16,7 @@ public class DefaultConfig extends ConfigFile {
* NCP build needed for this config.
* (Should only increment with changing or removing paths.)
*/
public static final int buildNumber = 727;
public static final int buildNumber = 741;
// TODO: auto input full version or null to an extra variable or several [fail safe for other syntax checking]?