From 54b49dafbfc7f39c797c98bdf2fa981fff94733c Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Fri, 21 Mar 2008 01:20:22 +0000 Subject: [PATCH] Copied over this super minor change - removed debug code or something --HG-- branch : sourcemod-1.0.1 extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.1%401956 --- core/HalfLife2.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/HalfLife2.cpp b/core/HalfLife2.cpp index 3e642283..39e2c9eb 100644 --- a/core/HalfLife2.cpp +++ b/core/HalfLife2.cpp @@ -114,8 +114,6 @@ void CHalfLife2::OnSourceModAllInitialized() m_HinTextMsg = g_UserMsgs.GetMessageIndex("HintText"); m_VGUIMenu = g_UserMsgs.GetMessageIndex("VGUIMenu"); g_ShareSys.AddInterface(NULL, this); - - FindInSendTable("CTFPlayer", "m_nDisguiseClass"); } #if !defined METAMOD_PLAPI_VERSION