(8b3cd3de5) Fixed clients never removing network events the server has already received (!), don't create a new client event if there's already an identical event waiting to be sent

This commit is contained in:
Joonas Rikkonen
2019-04-11 18:23:17 +03:00
parent 90086375a4
commit 2af78d096e
3 changed files with 21 additions and 7 deletions
@@ -10,9 +10,7 @@ namespace Barotrauma.Networking
class ServerEntityEvent : NetEntityEvent
{
private IServerSerializable serializable;
public bool Sent;
#if DEBUG
public string StackTrace;
#endif