fix: zero out bots pings prior bot disconnection
fix: do not hook pfnCmdStart if game doesn't support fake pings
This commit is contained in:
parent
c298e607ae
commit
a4233dfaf8
4 changed files with 46 additions and 15 deletions
|
|
@ -1691,6 +1691,9 @@ void Bot::markStale () {
|
|||
// switch chatter icon off
|
||||
showChatterIcon (false, true);
|
||||
|
||||
// reset bots ping to default
|
||||
util.resetPings (ent ());
|
||||
|
||||
// mark bot as leaving
|
||||
m_isStale = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue