From 5528b9ba094a7a4597d2628bef53555270d41632 Mon Sep 17 00:00:00 2001 From: TESLA-X4 Date: Tue, 6 Oct 2009 03:13:44 -0700 Subject: [PATCH] HL2DM support for OnPlayerRunCmd (bug 3914, r=dvander). --- gamedata/sdktools.games/game.hl2mp.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gamedata/sdktools.games/game.hl2mp.txt b/gamedata/sdktools.games/game.hl2mp.txt index 4d58ca9c..9a8768f5 100644 --- a/gamedata/sdktools.games/game.hl2mp.txt +++ b/gamedata/sdktools.games/game.hl2mp.txt @@ -96,6 +96,11 @@ "windows" "32" "linux" "33" } + "PlayerRunCmd" + { + "windows" "346" + "linux" "347" + } } } -} \ No newline at end of file +}