work on the stuff on client
This commit is contained in:
@@ -115,6 +115,6 @@ void CEntitySystem::Think()
|
||||
if ( !pEntity->m_pfnThink )
|
||||
continue;
|
||||
|
||||
pEntity->m_pfnThink(pEntity);
|
||||
pEntity->m_pfnThink(0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user