More FastItemStack changes

This commit is contained in:
Auxilor
2021-08-03 16:48:13 +01:00
parent a0e96fca35
commit f8fad15f0b
6 changed files with 34 additions and 21 deletions

View File

@@ -77,7 +77,7 @@ public class Display {
return itemStack; // return early if there's no customization of the item
}
Bukkit.getLogger().info(FastItemStack.wrap(itemStack).isModifyingInstance() ? "CIS!" : "Not CIS :(");
Bukkit.getLogger().info((FastItemStack.wrap(itemStack).isModifyingInstance() == (FastItemStack.wrap(itemStack).unwrap() == itemStack)) + " amogus?");
Map<String, Object[]> pluginVarArgs = new HashMap<>();