Add DIG_STATUS_CANCELLED packet and add item resend, when a block can't place/break.
This commit is contained in:
@@ -374,6 +374,9 @@ 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();
|
||||
|
||||
/** Converts the protocol-formatted channel list (NUL-separated) into a proper string vector. */
|
||||
AStringVector BreakApartPluginChannels(const AString & a_PluginChannels);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user