mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
guh 2
This commit is contained in:
parent
7610fcac18
commit
c00deba4e6
@ -62,7 +62,7 @@ namespace QSB.AuthoritySync
|
||||
{
|
||||
var oldConn = identity.connectionToClient;
|
||||
var newConn = id != uint.MaxValue
|
||||
? NetworkServer.connections.Values.First(x => x.GetPlayerId() == id)
|
||||
? NetworkServer.connections.Values.FirstOrDefault(x => x.GetPlayerId() == id)
|
||||
: null;
|
||||
|
||||
if (oldConn == newConn)
|
||||
|
Loading…
Reference in New Issue
Block a user