Skip to content

Commit

Permalink
fix: fixing typo in DisallowMultipleComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Frowen committed Feb 3, 2023
1 parent 408d514 commit 715aa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Components/NetworkManagerGUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Mirage
{
[DisallowMultipleComponents]
[DisallowMultipleComponent]
public class NetworkManagerGUI : MonoBehaviour
{
[Header("Defaults")]
Expand Down

0 comments on commit 715aa33

Please sign in to comment.