mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-27 02:49:08 +00:00
clean: parameter was missing in contract getMenuItem
This commit is contained in:
@@ -262,7 +262,7 @@ public class Menu {
|
||||
return slots;
|
||||
}
|
||||
|
||||
@Contract("_, _, _, _ -> param2")
|
||||
@Contract("_, _, _, _, _ -> param2")
|
||||
@NotNull
|
||||
private ItemStack getMenuItem(CosmeticUser user, Type type, ConfigurationNode config, ItemStack itemStack, int slot) {
|
||||
if (!itemStack.hasItemMeta()) return itemStack;
|
||||
|
||||
Reference in New Issue
Block a user