Skip to content

Commit

Permalink
remove SerializeField attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Langsenkamp committed Feb 9, 2020
1 parent 831db2f commit ab6a03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirror/Components/NetworkSceneChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class NetworkSceneChecker : NetworkBehaviour

public static readonly Dictionary<string, HashSet<NetworkIdentity>> sceneCheckerObjects = new Dictionary<string, HashSet<NetworkIdentity>>();

[SerializeField] string currentScene;
string currentScene;

[ServerCallback]
void OnEnable()
Expand Down

0 comments on commit ab6a03b

Please sign in to comment.