1
0

Fixed error when the hook gets called.

This commit is contained in:
STRWarrior
2014-03-29 15:43:03 +01:00
parent 339d555111
commit a6ef40cb6e
3 changed files with 14 additions and 1 deletions

View File

@@ -148,7 +148,6 @@ public:
}
// TODO: Some entities don't interact with the projectiles (pickups, falling blocks)
// TODO: Allow plugins to interfere about which entities can be hit
if (cPluginManager::Get()->CallHookProjectileHitEntity(*m_Projectile, *a_Entity))
{
// A plugin disagreed.