This commit is contained in:
JohnCorby 2023-05-07 18:39:49 -07:00
parent d8bfa01868
commit bac3e44c91

View File

@ -109,7 +109,7 @@ namespace EpicTransport {
}
if (epicToMirrorIds.TryGetValue(clientUserId, out int connectionId)) {
OnReceivedData?.Invoke(connectionId, data, channel);
OnReceivedData.Invoke(connectionId, data, channel);
} else {
SocketId socketId;
epicToSocketIds.TryGetValue(clientUserId, out socketId);