diff --git a/Facepunch.Steamworks/SteamClient.cs b/Facepunch.Steamworks/SteamClient.cs index d7154e6..a5baa83 100644 --- a/Facepunch.Steamworks/SteamClient.cs +++ b/Facepunch.Steamworks/SteamClient.cs @@ -12,11 +12,6 @@ namespace Steamworks public static void Init( uint appid ) { - if ( IntPtr.Size != 8 ) - { - throw new System.Exception( "Only 64bit processes are currently supported" ); - } - System.Environment.SetEnvironmentVariable( "SteamAppId", appid.ToString() ); System.Environment.SetEnvironmentVariable( "SteamGameId", appid.ToString() );