diff --git a/examplemods/lib.customitems.js b/examplemods/lib.customitems.js index 6b2f55d..ea8bec1 100644 --- a/examplemods/lib.customitems.js +++ b/examplemods/lib.customitems.js @@ -63,7 +63,6 @@ var stat = ModAPI.util.unstr(packet.$status[statusTag]); if (stat === "START_DESTROY_BLOCK") { sendPacket($this, packetblockchange($this.$serverController.$worldServerForDimension($this.$playerEntity.$dimension), packet[positionTag])); - return 0; } if (stat !== "START_DESTROY_BLOCK") { if (stat === "STOP_DESTROY_BLOCK") {