Skip to content

Commit

Permalink
fix: add missing reset
Browse files Browse the repository at this point in the history
  • Loading branch information
uweeby committed Nov 2, 2020
1 parent b2e1fc6 commit 4f75b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Mirror/Runtime/NetworkIdentity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1220,6 +1220,7 @@ internal void Reset()
NetId = 0;
Server = null;
Client = null;
ServerObjectManager = null;
ConnectionToServer = null;
ConnectionToClient = null;
networkBehavioursCache = null;
Expand Down

0 comments on commit 4f75b92

Please sign in to comment.