Unstable v0.19.3.0
This commit is contained in:
@@ -103,7 +103,7 @@ namespace Barotrauma.Networking
|
||||
eventLastSent[entityEvent.ID] = (float)Lidgren.Network.NetTime.Now;
|
||||
}
|
||||
|
||||
msg.Write((byte)ClientNetObject.ENTITY_STATE);
|
||||
msg.WriteByte((byte)ClientNetObject.ENTITY_STATE);
|
||||
Write(msg, eventsToSync, out _);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user