Add support for hl2sdk-mock.

This commit is contained in:
David Anderson
2021-09-22 12:36:44 -07:00
parent 1b0c7bc1b8
commit a5f99c57e1
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ if (-not (Test-Path "sourcemod" -PathType Container))
Exit 1
}
Get-Repository -Name "mmsource-1.10" -Branch "1.10-dev" -Repo "https://github.com/alliedmodders/metamod-source.git"
Get-Repository -Name "mmsource-1.10" -Branch "master" -Repo "https://github.com/alliedmodders/metamod-source.git"
if (-not (Test-Path "hl2sdk-proxy-repo" -PathType Container))
{
+1 -1
View File
@@ -106,7 +106,7 @@ checkout ()
}
name=mmsource-1.10
branch=1.10-dev
branch=master
repo="https://github.com/alliedmodders/metamod-source"
origin=
checkout