From e5ede546a2153d2d022f6374673ab6e8d359c7e4 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/0299-Hook-into-CB-plugin-rewrites.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-Server-Patches/0299-Hook-into-CB-plugin-rewrites.patch b/Spigot-Server-Patches/0299-Hook-into-CB-plugin-rewrites.patch index dd621c9b2..78e4ee9dc 100644 --- a/Spigot-Server-Patches/0299-Hook-into-CB-plugin-rewrites.patch +++ b/Spigot-Server-Patches/0299-Hook-into-CB-plugin-rewrites.patch @@ -52,7 +52,7 @@ index ac48431777b70c200f9e4113c8a0c03957126e90..455989e82be5ba8e6ca3e724235d3f55 + 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 );