Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
upgrade sourcemod to version 1.10.0 build 6503
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 27, 2021
1 parent 22bc367 commit 650e32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourcemod/server_sourcemod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mmsource_url="https://mms.alliedmods.net/mmsdrop/${mmsource_version}/mmsource-${

sourcemod_exact_version="${SOURCEMOD_VERSION-"1.10.0"}"
sourcemod_version=$(echo ${sourcemod_exact_version} | cut -f1-2 -d '.')
sourcemod_url="https://sm.alliedmods.net/smdrop/${sourcemod_version}/sourcemod-${sourcemod_exact_version}-git${SOURCEMOD_BUILD-6502}-linux.tar.gz"
sourcemod_url="https://sm.alliedmods.net/smdrop/${sourcemod_version}/sourcemod-${sourcemod_exact_version}-git${SOURCEMOD_BUILD-6503}-linux.tar.gz"

install_or_update_mod() {
cd $csgo_dir
Expand Down

0 comments on commit 650e32f

Please sign in to comment.