Rename HandleBlockDigCancel to FinishDigAnimtion.

This commit is contained in:
Howaner
2014-05-11 11:56:15 +02:00
parent eb0f713b6a
commit 5c9f89526a
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -374,8 +374,8 @@ private:
/** Handles the DIG_FINISHED dig packet: */
void HandleBlockDigFinished(int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace, BLOCKTYPE a_OldBlock, NIBBLETYPE a_OldMeta);
/** Handles the DIG_CANCELLED dig packet: */
void HandleBlockDigCancel();
/** The clients will receive a finished dig animation */
void FinishDigAnimation();
/** Converts the protocol-formatted channel list (NUL-separated) into a proper string vector. */
AStringVector BreakApartPluginChannels(const AString & a_PluginChannels);