We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3f8af commit cdde0c8Copy full SHA for cdde0c8
1 file changed
src/game/server/swarm/asw_player.cpp
@@ -2267,6 +2267,11 @@ void CASW_Player::SpectateNextMarineInOrder()
2267
}
2268
2269
2270
+ if (GetSpectatingNPC() == NULL && pFirst)
2271
+ {
2272
+ //Msg(" but we're still not speccing ANYONE and we have a first set, so speccing that dude\n");
2273
+ SetSpectatingNPC(pFirst);
2274
+ }
2275
//Msg("end\n");
2276
2277
0 commit comments