Reliablesender exception handling, buttons crashing multiplayer, using screwdrivers/wrenches with left click, RestoreCollision exception handling, nerfed c4, UpdateLimbCollisionCategories fix

This commit is contained in:
Regalis
2015-10-23 00:10:27 +03:00
parent 51e68f0949
commit b3462b24b4
34 changed files with 256 additions and 113 deletions

View File

@@ -248,6 +248,7 @@ namespace Barotrauma.Networking
{
EndButtonHit(null, null);
AutoRestartTimer = 20.0f;
UpdateNetLobby(null,null);
return;
}
}
@@ -705,7 +706,7 @@ namespace Barotrauma.Networking
return false;
}
GameMain.ShowLoading(StartGame(selectedSub));
GameMain.ShowLoading(StartGame(selectedSub), false);
return true;
}