mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Fix HL1MP Gamedata (#2364)
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
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
This commit is contained in:
parent
e55747a9e4
commit
e4fda1bd78
@ -81,10 +81,10 @@
|
||||
}
|
||||
"Teleport"
|
||||
{
|
||||
"windows" "111"
|
||||
"windows64" "111"
|
||||
"linux" "110"
|
||||
"linux64" "110"
|
||||
"windows" "110"
|
||||
"windows64" "110"
|
||||
"linux" "111"
|
||||
"linux64" "111"
|
||||
}
|
||||
"CommitSuicide"
|
||||
{
|
||||
@ -151,10 +151,10 @@
|
||||
}
|
||||
"GetAttachment"
|
||||
{
|
||||
"windows" "258"
|
||||
"windows64" "258"
|
||||
"linux" "259"
|
||||
"linux64" "259"
|
||||
"windows" "211"
|
||||
"windows64" "211"
|
||||
"linux" "212"
|
||||
"linux64" "212"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user