Did some static analysis, fixed some bugs and optimized a lot of code
This commit is contained in:
@@ -431,7 +431,6 @@ bool cItemHandler::IsTool()
|
||||
|| (m_ItemType >= 267 && m_ItemType <= 279)
|
||||
|| (m_ItemType >= 283 && m_ItemType <= 286)
|
||||
|| (m_ItemType >= 290 && m_ItemType <= 294)
|
||||
|| (m_ItemType >= 256 && m_ItemType <= 259)
|
||||
|| (m_ItemType == 325)
|
||||
|| (m_ItemType == 346);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user