mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 12:42:05 -07:00
Update Commodore modifications (#8542)
* Handle ldc insn for getOriginalOrRewrite in Commodore * Remove fastutil rewrite It's no longer relocated upstream
This commit is contained in:
@@ -154,8 +154,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
// Paper start - Plugin rewrites
|
||||
+ private static final String CB_PACKAGE = org.bukkit.Bukkit.getServer().getClass().getPackageName().replace('.', '/');
|
||||
private static final Map<String, String> SEARCH_AND_REMOVE = initReplacementsMap();
|
||||
private static final java.util.jar.Manifest manifest = io.papermc.paper.util.JarManifests.manifest(Commodore.class);
|
||||
private static Map<String, String> initReplacementsMap()
|
||||
{
|
||||
@@ -0,0 +0,0 @@ public class Commodore
|
||||
{
|
||||
desc = getOriginalOrRewrite(desc);
|
||||
|
Reference in New Issue
Block a user