aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/macros.h b/src/macros.h
index 5487b12..8be48dd 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -17,6 +17,8 @@
(_var)[((_len1) + (_len2))] = '\0'; \
} while (0)
+#define L2_USER_AGENT PROJECT_NAME "/0.1.0 <[email protected]>"
+
#define L2_URL_META_BASE "https://piston-meta.mojang.com"
#define L2_URL_META_VERSION_MANIFEST L2_URL_META_BASE "/mc/game/version_manifest_v2.json"