msg: fix conditions (ref #589)
This commit is contained in:
parent
690c4d660c
commit
8ac9b6c379
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ void MessageDispatcher::netMsgStatusIcon () {
|
|||
else if (cached & StatusIconCache::C4) {
|
||||
m_bot->m_inBombZone = (m_args[enabled].long_ == 2);
|
||||
}
|
||||
else if (cached && StatusIconCache::Defuser) {
|
||||
else if (cached & StatusIconCache::Defuser) {
|
||||
m_bot->m_hasDefuser = (m_args[enabled].long_ != 0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue