From 047c14387906506ebe5c29277d727a5c6b6c2e9b Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 24 Dec 2014 11:01:32 -0500 Subject: [PATCH] Revert "Disable FireOutput detour on Windows for Dota for now." This reverts commit a7c9aff56854f1147656b91188f713ed2c610fd8. --- gamedata/sdktools.games/engine.dota.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamedata/sdktools.games/engine.dota.txt b/gamedata/sdktools.games/engine.dota.txt index 0a63ec53..2713e866 100644 --- a/gamedata/sdktools.games/engine.dota.txt +++ b/gamedata/sdktools.games/engine.dota.txt @@ -197,7 +197,7 @@ "FireOutput" { "library" "server" - //"windows" "\x55\x8B\xEC\x83\xE4\xC0\x81\xEC\x2A\x2A\x2A\x2A\x8B\xC1\x53" + "windows" "\x55\x8B\xEC\x83\xE4\xC0\x81\xEC\x2A\x2A\x2A\x2A\x8B\xC1\x53" "linux" "\x55\x89\xE5\x57\x56\x53\x81\xEC\x2A\x2A\x2A\x2A\x8B\x55\x08\x8B\x75\x14\x8B\x5A\x14\x85\xDB\x0F" "mac" "@_ZN17CBaseEntityOutput10FireOutputE9variant_tP11CBaseEntityS2_f" }