From 5f4befcb6aa48c0faa1a2797082d3d504d9777eb Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Fri, 30 Apr 2010 10:54:34 -0400 Subject: [PATCH] Argh, really fixed HookEntityOutput() crash on TF2 (bug 4375). --- gamedata/sdktools.games/engine.ep2.txt | 2 +- gamedata/sdktools.games/engine.ep2valve.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 38054a66..df8108e8 100644 --- a/gamedata/sdktools.games/engine.ep2.txt +++ b/gamedata/sdktools.games/engine.ep2.txt @@ -233,7 +233,7 @@ "FireOutputBackup" { "windows" "6" - "linux" "12" + "linux" "10" } } } diff --git a/gamedata/sdktools.games/engine.ep2valve.txt b/gamedata/sdktools.games/engine.ep2valve.txt index 3df9d5f5..428cbf30 100644 --- a/gamedata/sdktools.games/engine.ep2valve.txt +++ b/gamedata/sdktools.games/engine.ep2valve.txt @@ -219,7 +219,7 @@ "FireOutputBackup" { "windows" "6" - "linux" "10" + "linux" "12" } } }