From de2ec8b0a9301b43b3e11fef68881a93d6711187 Mon Sep 17 00:00:00 2001 From: Zach Brown <1254957+zachbr@users.noreply.github.com> Date: Mon, 23 Feb 2015 16:59:00 -0600 Subject: [PATCH] Manually bump the config version since git won't --- Spigot-Server-Patches/PaperSpigot-config-files.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Spigot-Server-Patches/PaperSpigot-config-files.patch b/Spigot-Server-Patches/PaperSpigot-config-files.patch index 7650459481..4e8ecf25ed 100644 --- a/Spigot-Server-Patches/PaperSpigot-config-files.patch +++ b/Spigot-Server-Patches/PaperSpigot-config-files.patch @@ -127,8 +127,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + 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 ); + } +