9
0
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:
LoJoSho
2023-08-06 10:06:18 -05:00
parent 51e19d3c36
commit d20eb11f45

View File

@@ -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;