mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-03-22 01:21:26 +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)) {
|
if (epicToMirrorIds.TryGetValue(clientUserId, out int connectionId)) {
|
||||||
OnReceivedData?.Invoke(connectionId, data, channel);
|
OnReceivedData.Invoke(connectionId, data, channel);
|
||||||
} else {
|
} else {
|
||||||
SocketId socketId;
|
SocketId socketId;
|
||||||
epicToSocketIds.TryGetValue(clientUserId, out socketId);
|
epicToSocketIds.TryGetValue(clientUserId, out socketId);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user