LimboAPI icon indicating copy to clipboard operation
LimboAPI copied to clipboard

Move event only gets called when a player rotates

Open Internalizable opened this issue 2 years ago • 2 comments

For some reason, onMove() only gets called when a player rotates. I'm using the latest LimboAPI.

Internalizable avatar Jan 30 '22 12:01 Internalizable

Seems like it only happens with the onMove() with yaw and pitch parameters. I've temporarily fixed it by dividing them into onRotate and onMove with xyz parameters.

Internalizable avatar Jan 30 '22 17:01 Internalizable

Is it fixed for you?

hevav avatar Jul 13 '22 16:07 hevav