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 @@ namespace Facepunch.Steamworks 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 @@ namespace Facepunch.Steamworks public string Name; } } -} \ No newline at end of file +}