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
@@ -692,6 +692,7 @@ namespace Barotrauma
public void ClearInputs()
{
if (keys == null) return;
foreach (Key key in keys)
{
key.Hit = false;