simplify debugging missing markers
This commit is contained in:
@@ -163,7 +163,7 @@ fn find_marker_bones(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !origin_found {
|
if !origin_found {
|
||||||
error!("ProjectileOrigin not found");
|
warn!("ProjectileOrigin not found: {}", entity);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user