mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
Fix IDE Debug JVM Flag for 1.16 (#3983)
This commit is contained in:
parent
935a6f5988
commit
5021388bcf
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue