From 9cb166197980c0ee39214c32f91d247257692c22 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Mon, 23 Feb 2015 16:59:00 -0600 Subject: [PATCH] Manually bump the config version since git won't --- Spigot-Server-Patches/0002-PaperSpigot-config-files.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-Server-Patches/0002-PaperSpigot-config-files.patch b/Spigot-Server-Patches/0002-PaperSpigot-config-files.patch index f455af6d28..e7282611de 100644 --- a/Spigot-Server-Patches/0002-PaperSpigot-config-files.patch +++ b/Spigot-Server-Patches/0002-PaperSpigot-config-files.patch @@ -127,8 +127,8 @@ index 0000000..7ea1617 + + commands = new HashMap(); + -+ version = getInt( "config-version", 6 ); -+ set( "config-version", 6 ); ++ version = getInt( "config-version", 7 ); ++ set( "config-version", 7 ); + readConfig( PaperSpigotConfig.class, null ); + } +