diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-01-28 17:17:26 +0100 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-01-28 17:17:26 +0100 |
commit | 05534bbee1b9c920c3181da6ba45e4a6212cf229 (patch) | |
tree | b041a481bd0d43c5470d7c30fec75d365a76966e /source/Plugin.cpp | |
parent | cItems: Fixed parameter names according to conventions (diff) | |
download | cuberite-05534bbee1b9c920c3181da6ba45e4a6212cf229.tar cuberite-05534bbee1b9c920c3181da6ba45e4a6212cf229.tar.gz cuberite-05534bbee1b9c920c3181da6ba45e4a6212cf229.tar.bz2 cuberite-05534bbee1b9c920c3181da6ba45e4a6212cf229.tar.lz cuberite-05534bbee1b9c920c3181da6ba45e4a6212cf229.tar.xz cuberite-05534bbee1b9c920c3181da6ba45e4a6212cf229.tar.zst cuberite-05534bbee1b9c920c3181da6ba45e4a6212cf229.zip |
Diffstat (limited to '')
-rw-r--r-- | source/Plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugin.cpp b/source/Plugin.cpp index 0dab44e78..8339d1c7a 100644 --- a/source/Plugin.cpp +++ b/source/Plugin.cpp @@ -92,7 +92,7 @@ bool cPlugin::OnChunkGenerating(cWorld * a_World, int a_ChunkX, int a_ChunkZ, cC -bool cPlugin::OnCollectPickup(cPlayer * a_Player, cPickup * a_Pickup) +bool cPlugin::OnCollectingPickup(cPlayer * a_Player, cPickup * a_Pickup) { UNUSED(a_Player); UNUSED(a_Pickup); |