Merge branch 'fix' into 'master'

fix arthropod crash

See merge request veloren/veloren!3120
This commit is contained in:
Justin Shipsey 2022-01-20 07:48:46 +00:00
commit edb0c87c29

View File

@ -2195,8 +2195,8 @@ struct ArthropodLateralSubSpec {
make_vox_spec!(
arthropod::Body,
struct ArthropodSpec {
central: ArthropodCentralSpec = "voxygen.voxel.Arthropod_central_manifest",
lateral: ArthropodLateralSpec = "voxygen.voxel.Arthropod_lateral_manifest",
central: ArthropodCentralSpec = "voxygen.voxel.arthropod_central_manifest",
lateral: ArthropodLateralSpec = "voxygen.voxel.arthropod_lateral_manifest",
},
|FigureKey { body, .. }, spec| {
[