Fix Incorrect SetTransmit Offset for HL2DM (#2304)
Some checks failed
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang, clang++, ubuntu-latest, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (clang-8, clang++-8, ubuntu-20.04, linux) (push) Has been cancelled
Continuous Integration / ${{ matrix.os_short }}-${{ matrix.compiler_cc }} (msvc, windows-latest, win) (push) Has been cancelled
hl2sdk-mock tests / mock (push) Has been cancelled

(cherry picked from commit f896c4a24d)
This commit is contained in:
caxanga334 2025-03-23 14:10:43 -03:00 committed by Nicholas Hastings
parent 7c7514ed3a
commit 08ad119812

View File

@ -266,10 +266,10 @@
}
"SetTransmit"
{
"windows" "20"
"windows64" "20"
"linux" "21"
"linux64" "21"
"windows" "22"
"windows64" "22"
"linux" "23"
"linux64" "23"
}
"ShouldCollide"
{