mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +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>
|
/// </summary>
|
||||||
public Editor EditItem( ulong itemId )
|
public Editor EditItem( ulong itemId )
|
||||||
{
|
{
|
||||||
return new Editor() { workshop = this, Id = itemId };
|
return new Editor() { workshop = this, Id = itemId, WorkshopUploadAppId = steamworks.AppId };
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user