mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Removed PostClientMessagesSent in sample plugin to match removal on iface (bug 5059, r=DS).
This commit is contained in:
@ -372,9 +372,6 @@ void Bot_Think( CPluginBot *pBot )
|
|||||||
|
|
||||||
Bot_FlipOut( pBot, cmd );
|
Bot_FlipOut( pBot, cmd );
|
||||||
|
|
||||||
// Fix up the m_fEffects flags
|
|
||||||
pBot->m_BotInterface->PostClientMessagesSent();
|
|
||||||
|
|
||||||
cmd.viewangles = pBot->m_BotInterface->GetLocalAngles();
|
cmd.viewangles = pBot->m_BotInterface->GetLocalAngles();
|
||||||
cmd.upmove = 0;
|
cmd.upmove = 0;
|
||||||
cmd.impulse = 0;
|
cmd.impulse = 0;
|
||||||
|
Reference in New Issue
Block a user