1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-01-30 19:52:17 +01:00

Ehh, retarded mistake

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%4020
This commit is contained in:
David Anderson 2005-04-18 18:26:40 +00:00
parent ddb34f91ea
commit 8861a85102

View File

@ -95,7 +95,7 @@ void CPluginManager::SetAllLoaded()
if ( (*i) && (*i)->m_Status == Pl_Running && (*i)->m_API )
{
//004 is when we added this callback
if ( (*i)->m_API->GetApiVersion() < 004 )
if ( (*i)->m_API->GetApiVersion() >= 004 )
{
(*i)->m_API->AllPluginsLoaded();
}