diff --git a/Facepunch.Steamworks/SteamScreenshots.cs b/Facepunch.Steamworks/SteamScreenshots.cs index 3c15888..f4d4eb3 100644 --- a/Facepunch.Steamworks/SteamScreenshots.cs +++ b/Facepunch.Steamworks/SteamScreenshots.cs @@ -35,7 +35,7 @@ namespace Steamworks /// /// A screenshot has been requested by the user from the Steam screenshot hotkey. - /// This will only be called if HookScreenshots has been enabled, in which case Steam + /// This will only be called if Hooked is true, in which case Steam /// will not take the screenshot itself. /// public static event Action OnScreenshotRequested;