fix start pop up saying the host is the target if host becomes traitor

This commit is contained in:
Alex Noir
2017-12-02 11:09:06 +03:00
parent 5cb603b3e5
commit 1394d15c29
@@ -60,7 +60,7 @@ namespace Barotrauma
} }
else if (server.Character == traitorCharacter) else if (server.Character == traitorCharacter)
{ {
CreateStartPopUp(traitorCharacter.Name); CreateStartPopUp(targetCharacter.Name);
return; return;
} }
#endif #endif