1
0

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:
madmaxoft@gmail.com
2013-01-28 16:17:26 +00:00
parent f63b1b2e13
commit 05534bbee1
9 changed files with 19 additions and 19 deletions

View File

@@ -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);