Merge pull request #742 from height229/master

Fixed typo in SteamClient.cs
This commit is contained in:
Rohan Singh 2024-12-09 16:21:18 -05:00 committed by GitHub
commit ee6572a380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ public static void Init( uint appid, bool asyncCallbacks = true )
if ( !SteamAPI.Init() )
{
throw new System.Exception( "SteamApi_Init returned false. Steam isn't running, couldn't find Steam, App ID is ureleased, Don't own App ID." );
throw new System.Exception( "SteamApi_Init returned false. Steam isn't running, couldn't find Steam, App ID is unreleased, Don't own App ID." );
}
AppId = appid;