From b89a899c82e80962523373210b26d876f20428af Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Fri, 30 Apr 2010 03:51:35 -0400 Subject: [PATCH] Fixed HookEntityOutput() crash with recent updates to TF2 and L4D2 (bug 4375, r=pred, a=blocking). --- gamedata/sdktools.games/engine.ep2.txt | 2 +- gamedata/sdktools.games/engine.l4d2.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedata/sdktools.games/engine.ep2.txt b/gamedata/sdktools.games/engine.ep2.txt index df8108e8..38054a66 100644 --- a/gamedata/sdktools.games/engine.ep2.txt +++ b/gamedata/sdktools.games/engine.ep2.txt @@ -233,7 +233,7 @@ "FireOutputBackup" { "windows" "6" - "linux" "10" + "linux" "12" } } } diff --git a/gamedata/sdktools.games/engine.l4d2.txt b/gamedata/sdktools.games/engine.l4d2.txt index d30311bb..d00bc003 100644 --- a/gamedata/sdktools.games/engine.l4d2.txt +++ b/gamedata/sdktools.games/engine.l4d2.txt @@ -225,7 +225,7 @@ "FireOutputBackup" { "windows" "6" - "linux" "10" + "linux" "12" } } }