mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'zesterer/fix-climbing' into 'master'
Fixed climbing See merge request veloren/veloren!3401
This commit is contained in:
commit
3b6e6be947
@ -36,7 +36,7 @@ impl CharacterBehavior for Data {
|
||||
// this state
|
||||
if data.physics.on_wall.is_none()
|
||||
|| data.physics.on_ground.is_some()
|
||||
|| data.physics.in_fluid.is_some()
|
||||
|| data.physics.in_liquid().is_some()
|
||||
{
|
||||
update.character = CharacterState::Idle(idle::Data { is_sneaking: false });
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user