Jire / Abendigo

A free as in both freedom and free beer game modding platform using Kotlin on the JVM.
GNU General Public License v3.0
57 stars 58 forks source link

How to fix Bhop jump? #93

Open Chokrin opened 7 years ago

Chokrin commented 7 years ago

whenever I'm typing in the chat I auto jump bc of the bhop basically anytime i press space even when I shift + tab to msg someone still jumps when I press space anyway to fix this so it doesn't jump when I'm typing?

bradylangdale commented 7 years ago

you could check if the chat key is pressed and wait for enter to be pressed

bradylangdale commented 7 years ago

or just toggle off

Chokrin commented 7 years ago

is there no other way?

bradylangdale commented 7 years ago

just checking for those keys is probably the way to go