diff --git a/src/objects/ring-shooter.c b/src/objects/ring-shooter.c index f3180fbd3..83613d3c5 100644 --- a/src/objects/ring-shooter.c +++ b/src/objects/ring-shooter.c @@ -430,10 +430,6 @@ void Obj_PlayerUsedRingShooter(mobj_t *base, player_t *player) return; } - // The original player should no longer have control over it, - // if they are using it via releasing. - RemoveRingShooterPointer(base); - // Respawn using the respawner's karted value. if (rs_base_karted(base) > 0) {