(4589e2b8d) Minor changes to tutorial text

This commit is contained in:
Joonas Rikkonen
2019-03-27 20:53:00 +02:00
parent 080ac78ded
commit 0c8772f6a1
7 changed files with 204 additions and 5 deletions
@@ -346,6 +346,12 @@ namespace Barotrauma.Networking
Write(msg, eventsToSync, out sentEvents, client);
}
foreach (NetEntityEvent entityEvent in sentEvents)
{
(entityEvent as ServerEntityEvent).Sent = true;
client.EntityEventLastSent[entityEvent.ID] = NetTime.Now;
}
foreach (NetEntityEvent entityEvent in sentEvents)
{
(entityEvent as ServerEntityEvent).Sent = true;