mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-26 05:12:29 +00:00
Merge branch 'crabman/roll-panic-fix' into 'master'
Fix panic when interrupting rolls just before ending on slower clients See merge request veloren/veloren!4392
This commit is contained in:
@ -1238,7 +1238,8 @@ impl CharacterAbility {
|
||||
}
|
||||
} else {
|
||||
0.0
|
||||
};
|
||||
}
|
||||
.max(0.0);
|
||||
CharacterAbility::Roll {
|
||||
energy_cost: 10.85,
|
||||
// Remaining recover flows into buildup
|
||||
|
Reference in New Issue
Block a user