mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-10-31 07:40:16 +01:00
Set current build number to 0 for DefaultConfig.
Until Jenkins is set up correctly.
This commit is contained in:
parent
afe98203f0
commit
9bf08b08d8
@ -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 = 299;
|
||||
public static final int buildNumber = 0;
|
||||
|
||||
/**
|
||||
* Instantiates a new default configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user