Skip to content

Commit 4b300f4

Browse files
committed
Pin MM:S to 1.12 in checkout_deps to match release builds
(cherry picked from commit c3a8b0e)
1 parent 2071f7c commit 4b300f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/checkout-deps.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if (-not (Test-Path "sourcemod" -PathType Container))
7575
Exit 1
7676
}
7777

78-
Get-Repository -Name "mmsource-1.12" -Branch "master" -Repo "https://github.com/alliedmodders/metamod-source.git"
78+
Get-Repository -Name "mmsource-1.12" -Branch "mmsource-1.12" -Repo "https://github.com/alliedmodders/metamod-source.git"
7979

8080
if (-not (Test-Path "hl2sdk-proxy-repo" -PathType Container))
8181
{

tools/checkout-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ checkout ()
116116
}
117117

118118
name=mmsource-1.12
119-
branch=master
119+
branch=mmsource-1.12
120120
repo="https://github.com/alliedmodders/metamod-source"
121121
origin=
122122
checkout

0 commit comments

Comments
 (0)