Set WorkshopUploadAppId when editing item

This commit is contained in:
Garry Newman 2018-07-20 12:02:03 +01:00
parent 55d3fd6b75
commit dc6b9fa5f7

View File

@ -181,7 +181,7 @@ public Editor CreateItem( uint workshopUploadAppId, ItemType type = ItemType.Com
/// </summary>
public Editor EditItem( ulong itemId )
{
return new Editor() { workshop = this, Id = itemId };
return new Editor() { workshop = this, Id = itemId, WorkshopUploadAppId = steamworks.AppId };
}
/// <summary>