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