From 99dcc83ab0465fad11f37f133e67bab55401e750 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Mon, 13 May 2019 09:01:21 +0100 Subject: [PATCH] Comment fix --- Facepunch.Steamworks/Structs/UgcItem.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Facepunch.Steamworks/Structs/UgcItem.cs b/Facepunch.Steamworks/Structs/UgcItem.cs index a6bcae3..309344c 100644 --- a/Facepunch.Steamworks/Structs/UgcItem.cs +++ b/Facepunch.Steamworks/Structs/UgcItem.cs @@ -114,7 +114,8 @@ public string Directory } /// - /// Start downloading this item + /// Start downloading this item. + /// If this returns false the item isn#t getting downloaded. /// public bool Download( bool highPriority = false ) {