From dd9d60e1d71e43ffa8bf5031193871d1efe869ad Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Wed, 9 Dec 2015 10:54:15 -0500 Subject: [PATCH] Revert part of Windows CS:GO gamedata change to fix IServer lookup. --- gamedata/sdktools.games/engine.csgo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedata/sdktools.games/engine.csgo.txt b/gamedata/sdktools.games/engine.csgo.txt index e4fe5575..572ae236 100644 --- a/gamedata/sdktools.games/engine.csgo.txt +++ b/gamedata/sdktools.games/engine.csgo.txt @@ -108,7 +108,7 @@ * the expected code. A pointer to sv (IServer interface) is used * here. */ - "CreateFakeClient_Windows" "\x55\x89\xE5\x53\x83\xEC\x14\x8B\x45\x0C\xC7\x04\x24" + "CreateFakeClient_Windows" "\x55\x8B\xEC\x56\xFF\x2A\x2A\xB9\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x8B" } "Offsets" @@ -116,7 +116,7 @@ /* Offset into IVEngineServer::CreateFakeClient */ "sv" { - "windows" "13" + "windows" "8" } }