From beda621198683443813daf487143f138b673da60 Mon Sep 17 00:00:00 2001 From: Willem Date: Fri, 27 Dec 2024 11:51:07 +0100 Subject: [PATCH] Fixed doc of V3 version of warp manifest --- .../nx01/warp/manifestor/manifest/WarpManifestX0TheVersion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/manifest/WarpManifestX0TheVersion.java b/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/manifest/WarpManifestX0TheVersion.java index 2092d24..060764d 100644 --- a/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/manifest/WarpManifestX0TheVersion.java +++ b/nx01-warp-manifestor/src/main/java/love/distributedrebirth/nx01/warp/manifestor/manifest/WarpManifestX0TheVersion.java @@ -45,7 +45,7 @@ public enum WarpManifestX0TheVersion { /// Format: escaped-unicode VERSION_2_0("2.0"), - /// Format: binary-unicode + /// Format: Custom TLV 8 bit binary with unicode VERSION_3_0("3.0"), ; /// Format: Custom TLV 18 bit binary (18 bit or 6 octals as byte replacement)