mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-02 14:38:26 +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});
|
||||
}
|
||||
|
||||
public DestroyEntitiesPacket() {
|
||||
this(0);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void write(@NotNull BinaryWriter writer) {
|
||||
writer.writeVarIntArray(entityIds);
|
||||
|
Loading…
Reference in New Issue
Block a user