diff --git a/Libraries/SPTarkov.Server.Core/Servers/Ws/SptWebSocketConnectionHandler.cs b/Libraries/SPTarkov.Server.Core/Servers/Ws/SptWebSocketConnectionHandler.cs index d9191362..8ef8d6a9 100644 --- a/Libraries/SPTarkov.Server.Core/Servers/Ws/SptWebSocketConnectionHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Servers/Ws/SptWebSocketConnectionHandler.cs @@ -170,7 +170,7 @@ public class SptWebSocketConnectionHandler( foreach (var sessionID in _sockets.Keys) { SendMessage(sessionID, output); // this currently serializes for every socket, might want to separate into sending already serialized data - } + } } }