mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-24 04:28:00 +03:00
Removed debug
This commit is contained in:
parent
63fec3d627
commit
b91b22a983
@ -95,8 +95,6 @@ namespace Facepunch.Steamworks
|
||||
Handle = workshop.ugc.CreateQueryAllUGCRequest( (SteamNative.UGCQuery)(int)Order, (SteamNative.UGCMatchingUGCType)(int)QueryType, UploaderAppId, AppId, (uint)_resultPage + 1 );
|
||||
}
|
||||
|
||||
Console.WriteLine( "Handle: " + Handle.Value );
|
||||
|
||||
if ( !string.IsNullOrEmpty( SearchText ) )
|
||||
workshop.ugc.SetSearchText( Handle, SearchText );
|
||||
|
||||
@ -113,8 +111,6 @@ namespace Facepunch.Steamworks
|
||||
Callback.Handle = workshop.ugc.SendQueryUGCRequest( Handle );
|
||||
Callback.OnResult = OnResult;
|
||||
|
||||
Console.WriteLine( "Callback.Handle: " + Callback.Handle.Value );
|
||||
|
||||
workshop.steamworks.AddCallResult( Callback );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user