We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2071f7c commit 4b300f4Copy full SHA for 4b300f4
2 files changed
tools/checkout-deps.ps1
@@ -75,7 +75,7 @@ if (-not (Test-Path "sourcemod" -PathType Container))
75
Exit 1
76
}
77
78
-Get-Repository -Name "mmsource-1.12" -Branch "master" -Repo "https://github.com/alliedmodders/metamod-source.git"
+Get-Repository -Name "mmsource-1.12" -Branch "mmsource-1.12" -Repo "https://github.com/alliedmodders/metamod-source.git"
79
80
if (-not (Test-Path "hl2sdk-proxy-repo" -PathType Container))
81
{
tools/checkout-deps.sh
@@ -116,7 +116,7 @@ checkout ()
116
117
118
name=mmsource-1.12
119
-branch=master
+branch=mmsource-1.12
120
repo="https://github.com/alliedmodders/metamod-source"
121
origin=
122
checkout
0 commit comments