You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
Merge pull request #82 from duckietm/dev
🆙 Oepsie forgot to add the Boolean
This commit is contained in:
@@ -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
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user