mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 22:58:01 +03:00
Merge pull request #742 from height229/master
Fixed typo in SteamClient.cs
This commit is contained in:
commit
ee6572a380
@ -25,7 +25,7 @@ namespace Steamworks
|
|||||||
|
|
||||||
if ( !SteamAPI.Init() )
|
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;
|
AppId = appid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user