Fix hand not showing in JKO when saber is thrown

This commit is contained in:
Simon 2023-08-13 08:57:30 +01:00
parent 2f024f77b0
commit 40eb55d0d3

View file

@ -2109,7 +2109,7 @@ wasForceSpeed=isForceSpeed;
VectorScale( handEnt.axis[i], (!vr->right_handed || i != 1) ? 1.0f : -1.0f, handEnt.axis[i] );
}
CG_AddRefEntityWithPowerups(&handEnt, cent->currentState.powerups, cent);
CG_AddRefEntityWithPowerups(&handEnt, cent->currentState.powerups, cent, true);
}
}
}