mirror of
https://github.com/zDevelopers/ImageOnMap.git
synced 2024-11-25 11:35:35 +01:00
* BUG: GUI: Click events are now correctly forwarded to the Gui class.
This commit is contained in:
parent
9f279a2ba7
commit
1ffc64e580
@ -241,7 +241,7 @@ abstract public class Gui
|
||||
Gui openGui = openGuis.get(owner);
|
||||
if(openGui == null) return;
|
||||
|
||||
openGui.onClose();
|
||||
openGui.onClick(event);
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
|
Loading…
Reference in New Issue
Block a user