mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'mix-mountable-pets' into 'master'
Prevented mountable pets See merge request veloren/veloren!2698
This commit is contained in:
commit
20e7ec0423
@ -560,7 +560,6 @@ impl StateExt for State {
|
||||
)
|
||||
.with(comp::Scale(1.0))
|
||||
.with(comp::Vel(Vec3::new(0.0, 0.0, 0.0)))
|
||||
.with(comp::MountState::Unmounted)
|
||||
.build();
|
||||
|
||||
restore_pet(self.ecs(), pet_entity, entity, pet);
|
||||
|
Loading…
Reference in New Issue
Block a user