Renamed HOOK_COLLECT_PICKUP to HOOK_COLLECTING_PICKUP to match other hooks' naming.
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1180 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user