1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Removed PostClientMessagesSent in sample plugin to match removal on iface (bug 5059, r=DS).

This commit is contained in:
Nicholas Hastings 2011-08-22 10:07:25 -04:00
parent 8d6d428bae
commit 8d86028f2a

View File

@ -372,9 +372,6 @@ void Bot_Think( CPluginBot *pBot )
Bot_FlipOut( pBot, cmd );
// Fix up the m_fEffects flags
pBot->m_BotInterface->PostClientMessagesSent();
cmd.viewangles = pBot->m_BotInterface->GetLocalAngles();
cmd.upmove = 0;
cmd.impulse = 0;