mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
prevent transition if pressing too early & timed
This commit is contained in:
@ -193,6 +193,7 @@ impl From<&CharacterAbility> for CharacterState {
|
||||
// unless pressed at the right time.
|
||||
should_transition: !*needs_timing,
|
||||
initialized: false,
|
||||
prevent_transition: false,
|
||||
}),
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user