Skip to content

Commit

Permalink
Update UPDATER_MASTER_URL to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Feb 4, 2025
1 parent 4978f41 commit c2b7948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/core/CVersionUpdater.Util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
class CVersionUpdater;

// Update master info
#define UPDATER_MASTER_URL1 "http://updatesa.mtasa.com/sa/master/?v=%VERSION%&id=%ID%"
#define UPDATER_MASTER_URL2 "http://updatesa.multitheftauto.com/sa/master/?v=%VERSION%&id=%ID%"
#define UPDATER_MASTER_URL1 "https://updatesa.mtasa.com/sa/master/?v=%VERSION%&id=%ID%"
#define UPDATER_MASTER_URL2 "https://updatesa.multitheftauto.com/sa/master/?v=%VERSION%&id=%ID%"

/*
Expand Down

0 comments on commit c2b7948

Please sign in to comment.