summaryrefslogtreecommitdiffstats
path: root/source/Pickup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Pickup.cpp')
-rw-r--r--source/Pickup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Pickup.cpp b/source/Pickup.cpp
index 1dce2f2ea..ae4db86bb 100644
--- a/source/Pickup.cpp
+++ b/source/Pickup.cpp
@@ -240,7 +240,7 @@ bool cPickup::CollectedBy(cPlayer * a_Dest)
return false; // Not old enough
}
- if (cRoot::Get()->GetPluginManager()->CallHookCollectPickup(a_Dest, *this))
+ if (cRoot::Get()->GetPluginManager()->CallHookCollectingPickup(a_Dest, *this))
{
return false;
}