Set assumesprint to true by default (accidentally committed earlier!).

This will allow saving hunger, but there will be much less false
positives with current server versions.
This commit is contained in:
asofold 2014-03-01 15:57:13 +01:00
parent 9c29d32a98
commit 2b2ace4a4b

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 = 667;
public static final int buildNumber = 670;
// TODO: auto input full version or null to an extra variable or several [fail safe for other syntax checking]?