9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 04:19:28 +00:00

clean: removed method not needed

This commit is contained in:
LoJoSho
2023-05-05 16:34:01 -05:00
parent 0e9164a506
commit 7f37937185

View File

@@ -156,7 +156,6 @@ public class Menu {
for (int guiSlot : slots) {
gui.updateItem(guiSlot, updateItem(user, originalItem.clone(), finalType, config, guiSlot));
}
gui.update();
MessagesUtil.sendDebugMessages("Updated slot " + slot);
});