This commit is contained in:
Anuken
2019-09-10 21:20:28 -04:00
parent e4cdf515c9
commit f30dc7dcd9
7 changed files with 9 additions and 95 deletions

View File

@@ -171,6 +171,11 @@ public class DesktopLauncher extends ClientLauncher{
return steam ? SVars.net : new ArcNetImpl();
}
@Override
public void openWorkshop(){
SVars.net.friends.activateGameOverlayToWebPage("https://steamcommunity.com/app/1127400/workshop/");
}
@Override
public void publishMap(Map map){
SVars.workshop.publishMap(map);