mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fmt
This commit is contained in:
@ -196,7 +196,7 @@ impl CharacterBehavior for Data {
|
|||||||
transition_style: match transition_style {
|
transition_style: match transition_style {
|
||||||
Hold(_) => Hold(Holding),
|
Hold(_) => Hold(Holding),
|
||||||
Timed(_) => Timed(NotPressed),
|
Timed(_) => Timed(NotPressed),
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
// Make sure attack component is removed
|
// Make sure attack component is removed
|
||||||
|
Reference in New Issue
Block a user