Adjusted handleAdminConfirmInventoryClick to prevent double input by checking if the event is already cancelled (event.isCancelled()). This modification ensures that the confirmation message is sent and scheduled tasks are executed only once per click event, addressing the potential issue of multiple triggers.