Skip to content

Commit

Permalink
upgrade sourcemod to version 1.11.0 build 6916
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 27, 2022
1 parent e531a8f commit 624360a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Default: `1.11.0`

> _`sourcemod`, `pug-practice` image only._
Default: `6915`
Default: `6916`

[SourceMod build number](https://www.sourcemod.net/downloads.php?branch=stable) running on the server. Changing this will update/downgrade it on container start. Build number must exist at version.

Expand Down
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.11.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-6915}-linux.tar.gz"
sourcemod_url="https://sm.alliedmods.net/smdrop/${sourcemod_version}/sourcemod-${sourcemod_exact_version}-git${SOURCEMOD_BUILD-6916}-linux.tar.gz"

install_or_update_mod() {
cd $csgo_dir
Expand Down

0 comments on commit 624360a

Please sign in to comment.