Fixed EndGame not working properly + Fixed exception when clients disconnected during a round
This commit is contained in:
@@ -692,6 +692,7 @@ namespace Barotrauma
|
||||
|
||||
public void ClearInputs()
|
||||
{
|
||||
if (keys == null) return;
|
||||
foreach (Key key in keys)
|
||||
{
|
||||
key.Hit = false;
|
||||
|
||||
Reference in New Issue
Block a user