(76909c3c7) Fixed "clowncostume" and "crewaway" achievements not unlocking in multiplayer, fixed being able to get the "killclown" achievement by committing suicide while wearing a clown costume. Closes #1478

+ merge fix
This commit is contained in:
Joonas Rikkonen
2019-05-18 18:22:24 +03:00
parent e17c8e5acb
commit eed0666879
6 changed files with 33 additions and 36 deletions
@@ -903,7 +903,7 @@ namespace Barotrauma.Networking
connected = false;
ConnectToServer(serverIP);
}
if (clientID == myID)
else
{
string msg = "";
if (disconnectReason == DisconnectReason.Unknown)