[Auto] Updated Upstream (CraftBukkit)

Upstream has released updates that appear to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

CraftBukkit Changes:
c85efa876 SPIGOT-6414: Use ASM9 API to add support for sealed classes
This commit is contained in:
Automated
2021-04-07 04:57:26 -04:00
parent 8cccd125e7
commit c06734ee89
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
OptionParser parser = new OptionParser();
@@ -0,0 +0,0 @@ public class Commodore
cr.accept( new ClassVisitor( Opcodes.ASM8, cw )
cr.accept( new ClassVisitor( Opcodes.ASM9, cw )
{
+ // Paper start - Rewrite plugins
+ @Override