jakobkmar / KSpigot

Extended Spigot and Bukkit API for Kotlin
https://jakobkmar.github.io/KSpigot
GNU General Public License v3.0
140 stars 33 forks source link

fix some shift clicks not calling GUIClickEvent #24

Closed l4zs closed 3 years ago

l4zs commented 3 years ago

was a bit confused about PICKUP_SOME and PICKUP_ONE apparently those are called if you use oversized stacks so should be added too I guess

NyCodeGHG commented 3 years ago

Is this intended?

jakobkmar commented 3 years ago

Is this intended?

I actually don't know why I did not add these action types when I wrote this, if it had a particular reason I guess we will find it out sooner or later haha

jakobkmar commented 3 years ago

Thank you!

NyCodeGHG commented 3 years ago

Is this intended?

I actually don't know why I did not add these action types when I wrote this, if it had a particular reason I guess we will find it out sooner or later haha

I actually meant the 4 commits with the same message. @l4zs and I wrote our messages at the same time.