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