simplify debugging missing markers

This commit is contained in:
2025-09-29 17:10:42 -03:00
parent a16ee231cc
commit 8bc3e5a056

View File

@@ -163,7 +163,7 @@ fn find_marker_bones(
}
if !origin_found {
error!("ProjectileOrigin not found");
warn!("ProjectileOrigin not found: {}", entity);
}
}