This commit is contained in:
Garry Newman 2019-05-06 21:41:48 +01:00
parent 63b3cae096
commit 0ae14db7f8
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ internal static ISteamMatchmaking Internal
if ( _internal == null )
{
_internal = new ISteamMatchmaking();
_internal.Init();
}
return _internal;

View File

@ -18,7 +18,7 @@ internal static ISteamNetworking Internal
if ( _internal == null )
{
_internal = new ISteamNetworking();
_internal.InitUserless();
_internal.Init();
}
return _internal;