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:
@@ -60,7 +60,7 @@ namespace Barotrauma
|
||||
}
|
||||
else if (server.Character == traitorCharacter)
|
||||
{
|
||||
CreateStartPopUp(traitorCharacter.Name);
|
||||
CreateStartPopUp(targetCharacter.Name);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user