npm format
This commit is contained in:
@ -68,10 +68,6 @@ export default class CharacterMove {
|
||||
const start = path[i]
|
||||
const end = path[i + 1]
|
||||
|
||||
// if (!(await this.movementValidator.isValidMove(character, end))) {
|
||||
// break
|
||||
// }
|
||||
|
||||
if (CharacterManager.hasResetMovement(character)) {
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user