fixed amb90 (not working in 0th slot, related to commit 2491)

This commit is contained in:
David Anderson 2007-03-16 04:17:47 +00:00
parent e61809496d
commit 5252e06c2a

View File

@ -176,7 +176,7 @@ public:
trace_info_t *GetTrace() const { return m_pTrace; }
const char *GetFmtCache() { return m_FmtCache.c_str(); }
bool IsNativeFiltering() { return (m_iNatFunc > 0); }
bool IsNativeFiltering() { return (m_iNatFunc > -1); }
bool InNativeFilter() { return m_InNativeFilter; }
private:
AMX *m_pAmx;