mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-12-31 18:17:49 +01:00
Increment config version
This commit is contained in:
parent
f051ed9193
commit
1f28b62f16
@ -98,4 +98,4 @@ auto-update: true
|
||||
DisableV2Info: false
|
||||
|
||||
# Config file version. Don't touch it!
|
||||
Version: 14
|
||||
Version: 15
|
@ -28,7 +28,7 @@
|
||||
|
||||
public class Config extends Configuration
|
||||
{
|
||||
private static final int CONFIG_VERSION = 14;
|
||||
private static final int CONFIG_VERSION = 15;
|
||||
|
||||
public Config(JavaPlugin plugin)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user