1
0
forked from noxious/server

Fixed pathfinding teleporting issue due to not cancelling last movement.

This commit is contained in:
Zaxiure
2024-09-08 15:55:20 +02:00
parent a64506d3ee
commit 84ca1f412b
2 changed files with 23 additions and 2 deletions

View File

@ -18,6 +18,7 @@ export type TSocket = Socket & {
export type ExtendedCharacter = Character & {
isMoving?: boolean
resetMovement: boolean
}
export type TAsset = {