Skip to content

Commit

Permalink
Add build version
Browse files Browse the repository at this point in the history
  • Loading branch information
WalshyDev committed Dec 28, 2023
1 parent 48fdd39 commit a23696d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ private void send(String id, double[] doubles, String[] blobs) {
}
object.add("doubles", doublesArray);

// Up to 20 blobs
// Up to 20 blobs (including the version)
JsonArray blobsArray = new JsonArray();
blobsArray.add(Slimefun.getVersion());
if (blobs != null) {
for (String s : blobs) {
blobsArray.add(s);
Expand Down

0 comments on commit a23696d

Please sign in to comment.