From 2b2ace4a4b4d8958592e60a24bb19564cd0f21a3 Mon Sep 17 00:00:00 2001 From: asofold Date: Sat, 1 Mar 2014 15:57:13 +0100 Subject: [PATCH] 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. --- .../java/fr/neatmonster/nocheatplus/config/DefaultConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java index 58756fc1..c933d066 100644 --- a/NCPCore/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java +++ b/NCPCore/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java @@ -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]?