* BUG: GUI: Click events are now correctly forwarded to the Gui class.

This commit is contained in:
Adrien Prokopowicz 2015-07-15 00:34:12 +02:00
parent 9f279a2ba7
commit 1ffc64e580

View File

@ -241,7 +241,7 @@ abstract public class Gui
Gui openGui = openGuis.get(owner);
if(openGui == null) return;
openGui.onClose();
openGui.onClick(event);
}
@EventHandler