mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-04 15:27:19 +07:00
Bugfixes
This commit is contained in:
@ -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));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user