Skip to content

Commit

Permalink
update to gameregistration.cs
Browse files Browse the repository at this point in the history
added a more descriptive explanation of where to enter project id
  • Loading branch information
sneakzttv authored Nov 4, 2022
1 parent 9f73c67 commit 946a68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Plugins/GameRegistration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ static Startup()
{
if (PlayerPrefs.GetString("Registered") == "")
{
Debug.LogError("ProjectID Not Valid! Please Go To Dashboard.Gaming.Chainsafe.io To Get A New ProjectID");
Debug.LogError("ProjectID Not Valid! Please Go To Dashboard.Gaming.Chainsafe.io To Get A New ProjectID & Enter It By Pressing Window -> ChainsafeServerSettings");
}
}
}
#endif
#endif

0 comments on commit 946a68c

Please sign in to comment.