mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 14:15:47 +03:00
Merge branch 'master' of https://github.com/Facepunch/Facepunch.Steamworks
This commit is contained in:
commit
b06411c42c
@ -80,9 +80,6 @@ public void Run()
|
||||
_resultPage = (int) Math.Floor( (float) actualOffset / (float)SteamResponseSize );
|
||||
_results = new List<Item>();
|
||||
|
||||
Console.WriteLine( "_resultPage = " + _resultPage );
|
||||
Console.WriteLine( "_resultSkip = " + _resultSkip );
|
||||
|
||||
RunInternal();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user