packet.y bug
-
when using packet.y in legacy script, it doesn't "register"
Latest Version (596d9ba):
Build from a few months before:
Edit: Last version before it broke 7672ffa
https://github.com/CCBlueX/LiquidBounce/commit/7672ffacabf9baa70968e99209f841a335ea8ec9 -
@skiddermaster412 caused by CrossVersion.
Change it to e.getPacket().wrapped.y
If it is smth else, provide more info.
-
using that just says this
idk if im the idiot -
@skiddermaster412 since you wrote e.getPacket().wrapped.y when you have event as a parameter, instead of writing event.getPacket().wrapped.y which you should have done
Just guessing.