mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-07 00:48:28 +01:00
Fix build
This commit is contained in:
parent
ea231bf52e
commit
a565ee77aa
@ -18,6 +18,10 @@ public class DestroyEntitiesPacket implements ServerPacket {
|
|||||||
this(new int[]{entityId});
|
this(new int[]{entityId});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public DestroyEntitiesPacket() {
|
||||||
|
this(0);
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void write(@NotNull BinaryWriter writer) {
|
public void write(@NotNull BinaryWriter writer) {
|
||||||
writer.writeVarIntArray(entityIds);
|
writer.writeVarIntArray(entityIds);
|
||||||
|
Loading…
Reference in New Issue
Block a user