From 5830ea7b82b2ee30bbb5c69535c0481845febf04 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Thu, 27 Oct 2016 21:03:34 +0100 Subject: [PATCH] Fixed caps --- Facepunch.Steamworks/Interfaces/Workshop.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Facepunch.Steamworks/Interfaces/Workshop.cs b/Facepunch.Steamworks/Interfaces/Workshop.cs index 4f864ea..ba0ee58 100644 --- a/Facepunch.Steamworks/Interfaces/Workshop.cs +++ b/Facepunch.Steamworks/Interfaces/Workshop.cs @@ -109,7 +109,7 @@ namespace Facepunch.Steamworks /// /// normal Workshop item that can be subscribed to /// - subscriptionItems = 2, + SubscriptionItems = 2, Collections = 3, Artwork = 4, Videos = 5,