From 5021388bcff6d770548bc716ab5fee36d3fb721d Mon Sep 17 00:00:00 2001
From: tofipix <68441657+tofipix@users.noreply.github.com>
Date: Thu, 23 Jul 2020 01:18:36 +0200
Subject: [PATCH] Fix IDE Debug JVM Flag for 1.16 (#3983)

---
 Spigot-Server-Patches/Hook-into-CB-plugin-rewrites.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Spigot-Server-Patches/Hook-into-CB-plugin-rewrites.patch b/Spigot-Server-Patches/Hook-into-CB-plugin-rewrites.patch
index a5e7867299..80ee39cb53 100644
--- a/Spigot-Server-Patches/Hook-into-CB-plugin-rewrites.patch
+++ b/Spigot-Server-Patches/Hook-into-CB-plugin-rewrites.patch
@@ -52,7 +52,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
 +        if ( Boolean.getBoolean( "debug.rewriteForIde" ) )
 +        {
 +            // unversion incoming calls for pre-relocate debug work
-+            final String NMS_REVISION_PACKAGE = "v1_15_R1/";
++            final String NMS_REVISION_PACKAGE = "v1_16_R1/";
 +
 +            getAndRemove.put( "net/minecraft/".concat( "server/" + NMS_REVISION_PACKAGE ), NMS_REVISION_PACKAGE );
 +            getAndRemove.put( "org/bukkit/".concat( "craftbukkit/" + NMS_REVISION_PACKAGE ), NMS_REVISION_PACKAGE );