mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 17:47:38 +08:00
Removed PostClientMessagesSent in sample plugin to match removal on iface (bug 5059, r=DS).
This commit is contained in:
parent
8d6d428bae
commit
8d86028f2a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user