From e89d3e56166fee39747b0f4643ceb4ff4432b9b4 Mon Sep 17 00:00:00 2001 From: Fyren Date: Fri, 14 Aug 2009 02:37:41 -0700 Subject: [PATCH] Fix ForceRespawn offset (bug 3950) --- gamedata/sm-tf2.games.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedata/sm-tf2.games.txt b/gamedata/sm-tf2.games.txt index d88ebf3c..871d4213 100644 --- a/gamedata/sm-tf2.games.txt +++ b/gamedata/sm-tf2.games.txt @@ -39,8 +39,8 @@ { "ForceRespawn" { - "windows" "287" - "linux" "288" + "windows" "288" + "linux" "289" } } }