Skip to content

Commit

Permalink
Add server url to client
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Jun 22, 2024
1 parent 0d32617 commit 28abd18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RemoteDownloaderPlugin/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ public List<Command> GetGlobalCommands()
Storage.Save();
App.ReloadGames();
})).ToList())
})).ToList()),
new Command(),
new Command("Server setup", () => LauncherGamePlugin.Utils.OpenUrl("https://github.com/suchmememanyskill/Alfae-Server"))
};

return commands;
Expand Down

0 comments on commit 28abd18

Please sign in to comment.