Skip to content

Commit

Permalink
Updated NetworkRoomManager
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGadget1024 committed Dec 2, 2021
1 parent 9c95219 commit 051ebd9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Assets/Mirror/Components/NetworkRoomManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ public override void OnClientConnect(NetworkConnection conn)
#pragma warning disable 618
OnRoomClientConnect(conn);
#pragma warning restore 618
base.OnClientConnect(conn);
}

/// <summary>
Expand All @@ -488,7 +487,6 @@ public override void OnClientDisconnect(NetworkConnection conn)
#pragma warning disable 618
OnRoomClientDisconnect(conn);
#pragma warning restore 618
base.OnClientDisconnect(conn);
}

/// <summary>
Expand Down Expand Up @@ -516,7 +514,6 @@ public override void OnClientSceneChanged(NetworkConnection conn)
else
CallOnClientExitRoom();

base.OnClientSceneChanged(conn);
#pragma warning disable 618
OnRoomClientSceneChanged(conn);
#pragma warning restore 618
Expand Down

0 comments on commit 051ebd9

Please sign in to comment.