Update sm-tf2.games.txt (#2318)
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-14, clang++-14, ubuntu-22.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 7f4c5512a9)
This commit is contained in:
Benoist 2025-05-13 03:05:16 +02:00 committed by Nicholas Hastings
parent 6218e836e6
commit 78799a7718

View File

@ -178,19 +178,19 @@
// CTFWeaponBase
"CalcIsAttackCriticalHelper"
{
"windows" "400"
"windows64" "400"
"linux" "407"
"linux64" "407"
}
"CalcIsAttackCriticalHelperNoCrits"
{
"windows" "401"
"windows64" "401"
"linux" "408"
"linux64" "408"
}
"CalcIsAttackCriticalHelperNoCrits"
{
"windows" "402"
"windows64" "402"
"linux" "409"
"linux64" "409"
}
// CTFGameRules::IsHolidayActive
"IsHolidayActive"