(0bd92547e) Show ping direction when adjusting the direction slider even if directional ping is not enabled. Closes #1298

This commit is contained in:
Joonas Rikkonen
2019-04-01 22:48:47 +03:00
parent 885c30f70d
commit a0e1ba52eb
6 changed files with 107 additions and 63 deletions
@@ -332,7 +332,8 @@ namespace Barotrauma.Networking
}
}
foreach (NetEntityEvent entityEvent in sentEvents)
//too many events for one packet
if (eventsToSync.Count > 200)
{
msg.Write((byte)ServerNetObject.ENTITY_EVENT_INITIAL);
msg.Write(client.UnreceivedEntityEventCount);