From d359e5eef3fa136c06474bdd87b390c1ade6a4d1 Mon Sep 17 00:00:00 2001 From: Peace-Maker Date: Thu, 13 Feb 2014 11:37:06 -0500 Subject: [PATCH] Fix CS:S GroundEntChanged SDKHooks Windows gamedata. --- gamedata/sdkhooks.games/game.cstrike.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamedata/sdkhooks.games/game.cstrike.txt b/gamedata/sdkhooks.games/game.cstrike.txt index 45789254..93f386f0 100644 --- a/gamedata/sdkhooks.games/game.cstrike.txt +++ b/gamedata/sdkhooks.games/game.cstrike.txt @@ -24,7 +24,7 @@ } "GroundEntChanged" { - "windows" "178" + "windows" "177" "linux" "179" "mac" "179" }