Fixed typo in SteamClient.cs

This commit is contained in:
August 2023-11-07 14:53:36 +01:00 committed by GitHub
parent 4463739be5
commit 6deb4b64d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ namespace Steamworks
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;