forked from noxious/server
Fixed pathfinding teleporting issue due to not cancelling last movement.
This commit is contained in:
@ -18,6 +18,7 @@ export type TSocket = Socket & {
|
||||
|
||||
export type ExtendedCharacter = Character & {
|
||||
isMoving?: boolean
|
||||
resetMovement: boolean
|
||||
}
|
||||
|
||||
export type TAsset = {
|
||||
|
Reference in New Issue
Block a user