mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-24 13:45:37 +03:00
Set WorkshopUploadAppId when editing item
This commit is contained in:
parent
55d3fd6b75
commit
dc6b9fa5f7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user