This commit is contained in:
Anuken
2019-10-27 16:05:13 -04:00
parent 101f5351bd
commit d28ae1b304
3 changed files with 6 additions and 3 deletions

View File

@ -162,6 +162,10 @@ public class SWorkshop implements SteamUGCCallback{
ugc.setItemVisibility(h, PublishedFileVisibility.Private);
}
ugc.submitItemUpdate(h, changelog == null ? "<Created>" : changelog);
if(p instanceof Map){
SAchievement.publishMap.complete();
}
}, () -> p.addSteamID(sid));
}