mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-10 11:30:05 +03:00
Set WorkshopUploadAppId when editing item
This commit is contained in:
parent
55d3fd6b75
commit
dc6b9fa5f7
@ -181,7 +181,7 @@ namespace Facepunch.Steamworks
|
|||||||
/// </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…
x
Reference in New Issue
Block a user