After a game reset, the HUD displays an incorrect deploy hint

Issue #205 resolved
Colin Basnett created an issue

For some reason, after resetting the game using resetgame, the player's HUD message will say:

Press ESC to join a team

The cause seems to be that PlayerReplicationInfo.bIsSpectator is set to true when the PlayerController is reset. This should not be the case!

Comments (2)

  1. Colin Basnett reporter

    A nice thing to do might be to mark all DHPlayer actors as having their spawns invalidated, so that the server will force the menu up for all players.

  2. Log in to comment