mirror of
https://github.com/zDevelopers/ImageOnMap.git
synced 2025-02-18 04:21:19 +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);
|
Gui openGui = openGuis.get(owner);
|
||||||
if(openGui == null) return;
|
if(openGui == null) return;
|
||||||
|
|
||||||
openGui.onClose();
|
openGui.onClick(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler
|
@EventHandler
|
||||||
|
Loading…
Reference in New Issue
Block a user