From 14320f21555233f5f4ccc971b9ee8aeb65d0a28a Mon Sep 17 00:00:00 2001 From: Fyren Date: Tue, 16 Jun 2009 19:41:44 -0700 Subject: [PATCH] Fix PlayerRunCmd offset for TF2 --- gamedata/sdktools.games/game.tf.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedata/sdktools.games/game.tf.txt b/gamedata/sdktools.games/game.tf.txt index 328a0236..8d279164 100644 --- a/gamedata/sdktools.games/game.tf.txt +++ b/gamedata/sdktools.games/game.tf.txt @@ -98,8 +98,8 @@ } "PlayerRunCmd" { - "windows" "368" - "linux" "369" + "windows" "374" + "linux" "375" } } }