This commit is contained in:
Evil Factory
2022-06-17 10:33:06 -03:00
15 changed files with 58 additions and 21 deletions
@@ -19,7 +19,8 @@ namespace Barotrauma.Networking
if (Sender != null && c.InGame)
{
msg.Write(Sender.ID);
}
}
msg.Write(false); //text color (no custom text colors for order messages)
msg.WritePadBits();
WriteOrder(msg);
}