diff --git a/Spigot-Server-Patches/0002-PaperSpigot-config-files.patch b/Spigot-Server-Patches/0002-PaperSpigot-config-files.patch index f455af6d2..e7282611d 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 ); + } +