mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-20 13:20:46 +00:00
d
This commit is contained in:
parent
d8bfa01868
commit
bac3e44c91
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user