This commit is contained in:
Regalis
2016-10-21 19:55:48 +03:00
parent 92b61ee816
commit b410a04a86
3 changed files with 22 additions and 19 deletions

View File

@@ -1857,14 +1857,14 @@ namespace Barotrauma
if (this == c.Character)
{
//length of the message
msg.Write((byte)(4+4+4+4));
msg.Write((byte)(4+4+4+1));
msg.Write(true);
msg.Write((UInt32)(LastNetworkUpdateID - memInput.Count));
}
else
{
//length of the message
msg.Write((byte)(4+4+4));
msg.Write((byte)(4+4+1));
msg.Write(false);
}