mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Use new DeleteItem for workshop delete
This commit is contained in:
parent
44a6f42f8e
commit
a2807dbbcf
@ -202,7 +202,7 @@ private void OnChangesSubmitted( SteamNative.SubmitItemUpdateResult_t obj, bool
|
|||||||
|
|
||||||
public void Delete()
|
public void Delete()
|
||||||
{
|
{
|
||||||
workshop.remoteStorage.DeletePublishedFile( Id );
|
workshop.ugc.DeleteItem( Id );
|
||||||
Id = 0;
|
Id = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user