fix: problems with breakable on cs_mari (ref #686)
fix: goal selection on some zombie maps (ref #684)
This commit is contained in:
parent
aeff9f8d46
commit
d6d76e136d
12 changed files with 95 additions and 86 deletions
|
|
@ -549,7 +549,7 @@ void MessageDispatcher::start (edict_t *ent, int32_t type) {
|
|||
m_bot = bots[ent];
|
||||
|
||||
if (!m_bot) {
|
||||
m_current = NetMsg::None;
|
||||
stopCollection ();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
@ -561,7 +561,8 @@ void MessageDispatcher::stop () {
|
|||
return;
|
||||
}
|
||||
(this->*m_handlers[m_current]) ();
|
||||
m_current = NetMsg::None;
|
||||
|
||||
stopCollection ();
|
||||
}
|
||||
|
||||
void MessageDispatcher::ensureMessages () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue