diff --git a/src/p_spec.c b/src/p_spec.c
index a808d8ddc1d5eaf5692ee61dcf0abdfd790f872d..7d7c75e4cbf813a01d035d7ca1263c8aa118c8a5 100644
--- a/src/p_spec.c
+++ b/src/p_spec.c
@@ -4672,7 +4672,7 @@ static void P_ProcessTeamBase(player_t *player, UINT8 team)
 	player->gotflag &= ~teamflag;
 	mo->flags &= ~MF_SPECIAL;
 	mo->fuse = TICRATE;
-	mo->spawnpoint = flagpoints[team];
+	mo->spawnpoint = flagpoints[otherteam];
 	mo->flags2 |= MF2_JUSTATTACKED;
 	teamscores[team]++;
 	P_AddPlayerScore(player, 250);