🆙 Oepsie forgot to add the Boolean

This commit is contained in:
DuckieTM
2026-04-18 11:57:45 +02:00
parent 74f3127f80
commit 1a3ceefdc5
2 changed files with 1 additions and 0 deletions
@@ -339,6 +339,7 @@ public class CatalogItem implements ISerialize, Runnable, Comparable<CatalogItem
message.appendBoolean(false); //unknown
message.appendString(this.name + ".png");
message.appendString(this.itemId == null ? "" : this.itemId);
message.appendBoolean(this.haveOffer);
}
@Override