mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-26 05:28:07 +03:00
Removed debug Console.WriteLine
This commit is contained in:
parent
c8cb180b78
commit
abb749078b
@ -35,7 +35,6 @@ namespace Steamworks
|
||||
//
|
||||
Dispatch.Init();
|
||||
Dispatch.ClientPipe = SteamAPI.GetHSteamPipe();
|
||||
Console.WriteLine( $"Dispatch.ClientPipe = {Dispatch.ClientPipe.Value}" );
|
||||
|
||||
AddInterface<SteamApps>();
|
||||
AddInterface<SteamFriends>();
|
||||
|
@ -41,8 +41,6 @@ namespace Steamworks
|
||||
internal static void SetSocketInterface( uint id, SocketInterface iface )
|
||||
{
|
||||
if ( id == 0 ) throw new System.ArgumentException( "Invalid Socket" );
|
||||
|
||||
Console.WriteLine( $"Installing Socket For {id}" );
|
||||
SocketInterfaces[id] = iface;
|
||||
}
|
||||
#endregion
|
||||
|
@ -91,7 +91,6 @@ namespace Steamworks
|
||||
//
|
||||
Dispatch.Init();
|
||||
Dispatch.ServerPipe = SteamGameServer.GetHSteamPipe();
|
||||
Console.WriteLine( $"Dispatch.ServerPipe = {Dispatch.ServerPipe.Value}" );
|
||||
|
||||
AddInterface<SteamServer>();
|
||||
AddInterface<SteamNetworkingUtils>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user