summaryrefslogtreecommitdiffstats
path: root/src/Bindings/PluginManager.cpp
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-06-01 14:06:47 +0200
committerSTRWarrior <niels.breuker@hotmail.nl>2014-06-01 14:06:47 +0200
commit319169eafbbe5630a311051ea5fdf91e7f482a71 (patch)
tree219229a53f076d10878dd2dba3613adef1824d79 /src/Bindings/PluginManager.cpp
parentUsed recommendations (diff)
downloadcuberite-319169eafbbe5630a311051ea5fdf91e7f482a71.tar
cuberite-319169eafbbe5630a311051ea5fdf91e7f482a71.tar.gz
cuberite-319169eafbbe5630a311051ea5fdf91e7f482a71.tar.bz2
cuberite-319169eafbbe5630a311051ea5fdf91e7f482a71.tar.lz
cuberite-319169eafbbe5630a311051ea5fdf91e7f482a71.tar.xz
cuberite-319169eafbbe5630a311051ea5fdf91e7f482a71.tar.zst
cuberite-319169eafbbe5630a311051ea5fdf91e7f482a71.zip
Diffstat (limited to 'src/Bindings/PluginManager.cpp')
-rw-r--r--src/Bindings/PluginManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/PluginManager.cpp b/src/Bindings/PluginManager.cpp
index 066616c2a..4f528c2ae 100644
--- a/src/Bindings/PluginManager.cpp
+++ b/src/Bindings/PluginManager.cpp
@@ -1154,7 +1154,7 @@ bool cPluginManager::CallHookPreCrafting(const cPlayer * a_Player, const cCrafti
-bool cPluginManager::CallHookProjectileHitBlock(cProjectileEntity & a_Projectile, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_Face, const Vector3d * a_BlockHitPos)
+bool cPluginManager::CallHookProjectileHitBlock(cProjectileEntity & a_Projectile, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_Face, const Vector3d & a_BlockHitPos)
{
HookMap::iterator Plugins = m_Hooks.find(HOOK_PROJECTILE_HIT_BLOCK);
if (Plugins == m_Hooks.end())