Skip to content

Fix InventoryClickEvent error when renaming

Aiko requested to merge Aikovdp/ArtMap:fix/rename-error into master

AnvilGUI expects a list of actions to be returned from the onClick callback, but this returned null, causing an NPE. This changes it to return a list containing only the close ResponseAction.

Fixes #302 (closed)

Merge request reports