Changed values for smoother movement

This commit is contained in:
2025-02-06 14:07:46 +01:00
parent 765a0468bc
commit 4992ef69d4
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ import TeleportService from '#services/characterTeleportService'
export default class CharacterMove extends BaseEvent {
private readonly characterService = CharacterService
private readonly MOVEMENT_CANCEL_DELAY = 100
private readonly MOVEMENT_CANCEL_DELAY = 250
private movementTimeouts: Map<string, NodeJS.Timeout> = new Map()
public listen(): void {