- server doesn't create a new EntityEvent if there's a duplicate event waiting to be sent

- hull, radar, steering & pump syncing
This commit is contained in:
Regalis
2016-11-14 16:58:21 +02:00
parent 44d87613b9
commit 0c9a55e9e0
10 changed files with 166 additions and 51 deletions

View File

@@ -54,6 +54,8 @@ namespace Barotrauma.Networking
{
private IServerSerializable serializable;
public bool Sent;
public ServerEntityEvent(IServerSerializable entity, UInt32 id)
: base(entity, id)
{