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

Commit

Permalink
upgrade metamod to version 1.11.0 build 1155
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 15, 2024
1 parent 7738521 commit d66dbc7
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 @@ -310,7 +310,7 @@ Default: `1.11.0`

> _`sourcemod`, `pug-practice` image only._
Default: `1154`
Default: `1155`

[Metamod:Source build number](https://www.sourcemm.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 @@ -16,7 +16,7 @@ sourcemod_plugins_dir=$csgo_dir/addons/sourcemod/plugins

mmsource_exact_version="${METAMOD_VERSION-"1.11.0"}"
mmsource_version=$(echo ${mmsource_exact_version} | cut -f1-2 -d '.')
mmsource_url="https://mms.alliedmods.net/mmsdrop/${mmsource_version}/mmsource-${mmsource_exact_version}-git${METAMOD_BUILD-1154}-linux.tar.gz"
mmsource_url="https://mms.alliedmods.net/mmsdrop/${mmsource_version}/mmsource-${mmsource_exact_version}-git${METAMOD_BUILD-1155}-linux.tar.gz"

sourcemod_exact_version="${SOURCEMOD_VERSION-"1.11.0"}"
sourcemod_version=$(echo ${sourcemod_exact_version} | cut -f1-2 -d '.')
Expand Down

0 comments on commit d66dbc7

Please sign in to comment.