1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Minor spelling mistake in global event type debugging information.

This commit is contained in:
Sandu Liviu Catalin 2015-11-11 12:51:01 +02:00
parent 77b00ef97d
commit 7762359068

View File

@ -1190,7 +1190,7 @@ template < class T > bool GlobalFilter< T >::Exclude(const RefType & ent, SQInt3
else if (!EntType::InEvent(m_Event->m_Type))
{
DbgErr(ToStrF("%sGlobalFilter", EntType::Name), "exclude",
"Attempting to <filter events> for an incompatible event type: %s",
"Attempting to <unfilter events> for an incompatible event type: %s",
GetEventName(m_Event->m_Type));
}
// Make sure the entity is not already excluded fom the filter