diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-06 00:49:53 +0100 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2022-05-06 00:49:53 +0100 |
commit | 1ed84a25c2db8ade2b2162b429b30e9138eb5d16 (patch) | |
tree | e77be1d1c25cfed145916cb1c482c48b47a3b15d /gamedata/gamelib.kv | |
parent | cc9785e38cd1414d6d675364e5089f907b7b0a30 (diff) |
HOTFIX: Fix L4D2 2.0.0.0 crashingv0.3-HOTFIX
Idiotic problems require idiotic solutions.
Diffstat (limited to 'gamedata/gamelib.kv')
-rw-r--r-- | gamedata/gamelib.kv | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gamedata/gamelib.kv b/gamedata/gamelib.kv index e7a4302..7db228f 100644 --- a/gamedata/gamelib.kv +++ b/gamedata/gamelib.kv @@ -26,9 +26,7 @@ vtidx_Teleport { L4D "104 + NVDTOR" L4D2 { default "116 + NVDTOR" // TODO(linux): might actually be 119!?!? - // TODO(compat): would like to be able to specify this here. - // see also engineapi.c - //TLS "117 + NVDTOR" + TheLastStand "117 + NVDTOR" // I dunno why JAiZ changed this } } |