v1.1.18.0 (Treacherous Tides Update)

This commit is contained in:
Regalis11
2023-10-19 19:28:43 +03:00
parent 34ffc520cc
commit df7e8f1625
21 changed files with 196 additions and 89 deletions
@@ -13,7 +13,7 @@ namespace Barotrauma
Identifier eventIdentifier = msg.ReadIdentifier();
if (GameMain.Client?.Character == null)
{
DebugConsole.ThrowError("Received a traitor update when not controlling a character.");
DebugConsole.AddSafeError("Received a traitor update when not controlling a character.");
return;
}
GameMain.Client.Character.IsTraitor = true;