mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Remove redundant namespace
This commit is contained in:
parent
236dcb6734
commit
12fd2ae6fc
@ -808,7 +808,7 @@ public static bool AddPlayerForConnection(NetworkConnection conn, GameObject pla
|
||||
conn.identity = identity;
|
||||
|
||||
// Set the connection on the NetworkIdentity on the server, NetworkIdentity.SetLocalPlayer is not called on the server (it is on clients)
|
||||
identity.connectionToClient = (Mirror.NetworkConnectionToClient)conn;
|
||||
identity.connectionToClient = (NetworkConnectionToClient)conn;
|
||||
|
||||
// set ready if not set yet
|
||||
SetClientReady(conn);
|
||||
|
Loading…
Reference in New Issue
Block a user