diff --git a/LaunchServer/source/command/hash/DownloadAssetCommand.java b/LaunchServer/source/command/hash/DownloadAssetCommand.java index 276d4eb..fd7ed73 100644 --- a/LaunchServer/source/command/hash/DownloadAssetCommand.java +++ b/LaunchServer/source/command/hash/DownloadAssetCommand.java @@ -15,7 +15,7 @@ import launchserver.command.Command; public final class DownloadAssetCommand extends Command { - private static final String ASSET_URL_MASK = "http://launcher.sashok724.net/download/assets/%s.zip"; + private static final String ASSET_URL_MASK = "https://launcher-sashok724.keeperjerry.ru/download/assets/%s.zip"; public DownloadAssetCommand(LaunchServer server) { super(server); diff --git a/LaunchServer/source/command/hash/DownloadClientCommand.java b/LaunchServer/source/command/hash/DownloadClientCommand.java index 3c20651..50c2d68 100644 --- a/LaunchServer/source/command/hash/DownloadClientCommand.java +++ b/LaunchServer/source/command/hash/DownloadClientCommand.java @@ -20,7 +20,7 @@ import launchserver.command.CommandException; public final class DownloadClientCommand extends Command { - private static final String CLIENT_URL_MASK = "http://launcher.sashok724.net/download/clients/%s.zip"; + private static final String CLIENT_URL_MASK = "https://launcher-sashok724.keeperjerry.ru/download/clients/%s.zip"; public DownloadClientCommand(LaunchServer server) { super(server);