Fixed EndGame not working properly + Fixed exception when clients disconnected during a round

This commit is contained in:
juanjp600
2017-06-22 15:20:11 -03:00
parent c1780fa7b7
commit 72d5cb227b
5 changed files with 47 additions and 14 deletions
@@ -50,7 +50,7 @@ namespace Barotrauma
public override void Select()
{
base.Select();
}
private List<Submarine> subs;