Dash multiplier 0 now works again
This commit is contained in:
@@ -115,7 +115,7 @@ export class GenericSpeedProvider extends SpeedProvider {
|
|||||||
}
|
}
|
||||||
const dashMultiplier = this.getSetting("dashMultiplier")
|
const dashMultiplier = this.getSetting("dashMultiplier")
|
||||||
if (!dashMultiplier)
|
if (!dashMultiplier)
|
||||||
return [{range: tokenSpeed, color: playercolor}]
|
return [{range: tokenSpeed, color: "walk"}]
|
||||||
return [{range: tokenSpeed, color: "walk"}, {range: tokenSpeed * dashMultiplier, color: "dash"}]
|
return [{range: tokenSpeed, color: "walk"}, {range: tokenSpeed * dashMultiplier, color: "dash"}]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user