Add support for hl2sdk-mock.
This commit is contained in:
committed by
Your Name
parent
74ad70ba30
commit
fec978afb4
Vendored
+1
-1
@@ -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))
|
||||
{
|
||||
|
||||
Vendored
+1
-1
@@ -106,7 +106,7 @@ checkout ()
|
||||
}
|
||||
|
||||
name=mmsource-1.10
|
||||
branch=1.10-dev
|
||||
branch=master
|
||||
repo="https://github.com/alliedmodders/metamod-source"
|
||||
origin=
|
||||
checkout
|
||||
|
||||
Reference in New Issue
Block a user