Fixed removed (e.g. eaten) characters not appearing in the round summary, but still spawning during the next round

This commit is contained in:
Joonas Rikkonen
2017-10-05 21:18:01 +03:00
parent a740bf9a56
commit 57667b3169
6 changed files with 30 additions and 21 deletions
@@ -240,6 +240,8 @@ namespace Barotrauma
}
Submarine.Unload();
GameMain.LobbyScreen.Select();
}
private bool TryEndRound(GUIButton button, object obj)