From 8fa8da4939ce8856208c87cd5f26b480b74d5c24 Mon Sep 17 00:00:00 2001 From: James King Date: Fri, 12 May 2017 16:51:10 +0100 Subject: [PATCH] Fixed comment of RequestType.GlobalAroundUser --- Facepunch.Steamworks/Client/Leaderboard.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Facepunch.Steamworks/Client/Leaderboard.cs b/Facepunch.Steamworks/Client/Leaderboard.cs index 8bfe99b..326586b 100644 --- a/Facepunch.Steamworks/Client/Leaderboard.cs +++ b/Facepunch.Steamworks/Client/Leaderboard.cs @@ -18,7 +18,7 @@ public enum RequestType Global = LeaderboardDataRequest.Global, /// - /// Query only users that are close to you geographically + /// Query entries near to this user's rank /// GlobalAroundUser = LeaderboardDataRequest.GlobalAroundUser, @@ -172,4 +172,4 @@ public struct Entry public string Name; } } -} \ No newline at end of file +}