mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-24 22:51:18 -09:00
Update lib.customitems.js
This commit is contained in:
parent
d2e3e8e342
commit
5912caff84
@ -63,7 +63,6 @@
|
|||||||
var stat = ModAPI.util.unstr(packet.$status[statusTag]);
|
var stat = ModAPI.util.unstr(packet.$status[statusTag]);
|
||||||
if (stat === "START_DESTROY_BLOCK") {
|
if (stat === "START_DESTROY_BLOCK") {
|
||||||
sendPacket($this, packetblockchange($this.$serverController.$worldServerForDimension($this.$playerEntity.$dimension), packet[positionTag]));
|
sendPacket($this, packetblockchange($this.$serverController.$worldServerForDimension($this.$playerEntity.$dimension), packet[positionTag]));
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
if (stat !== "START_DESTROY_BLOCK") {
|
if (stat !== "START_DESTROY_BLOCK") {
|
||||||
if (stat === "STOP_DESTROY_BLOCK") {
|
if (stat === "STOP_DESTROY_BLOCK") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user