From 81866fcc3ed9794b137c76b3414662fc83bad75f Mon Sep 17 00:00:00 2001 From: asofold Date: Fri, 4 Jan 2013 22:42:48 +0100 Subject: [PATCH] Back to normal. --- NCPPlugin/pom.xml | 2 +- .../java/fr/neatmonster/nocheatplus/config/DefaultConfig.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NCPPlugin/pom.xml b/NCPPlugin/pom.xml index de2cdda1..d1b13c8a 100644 --- a/NCPPlugin/pom.xml +++ b/NCPPlugin/pom.xml @@ -5,7 +5,7 @@ fr.neatmonster nocheatplus NoCheatPlus - 3.8.8-TEMP + 3.8.8 Detect and fight the exploitation of various flaws/bugs in Minecraft. http://dev.bukkit.org/server-mods/nocheatplus diff --git a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java index f2748b83..b34dd4f1 100644 --- a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java +++ b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java @@ -25,7 +25,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 = 0; + public static final int buildNumber = 303; /** * Instantiates a new default configuration.