Merge pull request #55 from Crystalwarrior/prTest

fix start pop up saying the host is the target if host becomes traitor
This commit is contained in:
Juan Pablo Arce
2017-12-02 08:13:41 -03:00
committed by GitHub

View File

@@ -60,7 +60,7 @@ namespace Barotrauma
}
else if (server.Character == traitorCharacter)
{
CreateStartPopUp(traitorCharacter.Name);
CreateStartPopUp(targetCharacter.Name);
return;
}
#endif