Update MM:S version in CI, dependency checkout scripts and sample extensions (#1885)

* Update MM:S version in CI, dependency checkout scripts and sample extensions

* Update MM:S version in CI, dependency checkout scripts and sample extensions

* Fix EOL problems
This commit is contained in:
zer0.k
2022-12-19 18:15:45 +01:00
committed by GitHub
parent 6c5a3fdaf2
commit 3a315e88c2
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ if (-not (Test-Path "sourcemod" -PathType Container))
Exit 1
}
Get-Repository -Name "mmsource-1.10" -Branch "master" -Repo "https://github.com/alliedmodders/metamod-source.git"
Get-Repository -Name "mmsource-1.12" -Branch "master" -Repo "https://github.com/alliedmodders/metamod-source.git"
if (-not (Test-Path "hl2sdk-proxy-repo" -PathType Container))
{
+1 -1
View File
@@ -115,7 +115,7 @@ checkout ()
fi
}
name=mmsource-1.10
name=mmsource-1.12
branch=master
repo="https://github.com/alliedmodders/metamod-source"
origin=