Skip to content

Commit

Permalink
fix: wrong text in exception
Browse files Browse the repository at this point in the history
  • Loading branch information
uweeby committed Oct 29, 2020
1 parent 7abf355 commit d0d5581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirror/Runtime/PlayerSpawner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public virtual void Start()
server.Authenticated.AddListener(OnServerAuthenticated);
if (serverObjectManager == null)
{
throw new InvalidOperationException("Assign a player in the PlayerSpawner");
throw new InvalidOperationException("Assign a ServerObjectManager");
}
}
}
Expand Down

0 comments on commit d0d5581

Please sign in to comment.