summaryrefslogtreecommitdiffstats
path: root/src/Entities/ProjectileEntity.cpp
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-03-29 15:43:03 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-03-29 15:43:03 +0100
commita6ef40cb6efa1b8da549c81c7e1137d523240c17 (patch)
tree2a29b23646e572fbb3a60528374b00871f05cbf4 /src/Entities/ProjectileEntity.cpp
parentAdded HOOK_PROJECTILE_HIT_ENTITY (diff)
downloadcuberite-a6ef40cb6efa1b8da549c81c7e1137d523240c17.tar
cuberite-a6ef40cb6efa1b8da549c81c7e1137d523240c17.tar.gz
cuberite-a6ef40cb6efa1b8da549c81c7e1137d523240c17.tar.bz2
cuberite-a6ef40cb6efa1b8da549c81c7e1137d523240c17.tar.lz
cuberite-a6ef40cb6efa1b8da549c81c7e1137d523240c17.tar.xz
cuberite-a6ef40cb6efa1b8da549c81c7e1137d523240c17.tar.zst
cuberite-a6ef40cb6efa1b8da549c81c7e1137d523240c17.zip
Diffstat (limited to 'src/Entities/ProjectileEntity.cpp')
-rw-r--r--src/Entities/ProjectileEntity.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Entities/ProjectileEntity.cpp b/src/Entities/ProjectileEntity.cpp
index bc359e1da..07cb34f35 100644
--- a/src/Entities/ProjectileEntity.cpp
+++ b/src/Entities/ProjectileEntity.cpp
@@ -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.