Removed parent entity not found message in CG_GetOrigin

This commit is contained in:
smallmodel 2023-07-30 01:10:26 +02:00
parent f3affb3d4c
commit 3627760748
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -666,7 +666,6 @@ void CG_GetOrigin(centity_t *cent, vec3_t origin)
parent = cgi.R_GetRenderEntity(cent->currentState.parent);
if (!parent) {
cgi.DPrintf("CG_GetOrigin: Could not find parent entity\n");
return;
}