diff --git a/Facepunch.Steamworks/SteamUser.cs b/Facepunch.Steamworks/SteamUser.cs index 0a3c72a..24e8a6a 100644 --- a/Facepunch.Steamworks/SteamUser.cs +++ b/Facepunch.Steamworks/SteamUser.cs @@ -411,6 +411,7 @@ public static async Task GetStoreAuthUrlAsync( string url ) /// Requests an application ticket encrypted with the secret "encrypted app ticket key". /// The encryption key can be obtained from the Encrypted App Ticket Key page on the App Admin for your app. /// There can only be one call pending, and this call is subject to a 60 second rate limit. + /// If you get a null result from this it's probably because you're calling it too often. /// This can fail if you don't have an encrypted ticket set for your app here https://partner.steamgames.com/apps/sdkauth/ /// public static async Task RequestEncryptedAppTicketAsync( byte[] dataToInclude )