From 8164694c8f67e6f01f8f64bb299de989b96699b9 Mon Sep 17 00:00:00 2001 From: caem Date: Sat, 8 Jul 2023 15:11:52 +0200 Subject: [PATCH] Point user to Jadeite Readme --- game_payload/src/hsr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_payload/src/hsr.c b/game_payload/src/hsr.c index ea99c6d..8e88579 100644 --- a/game_payload/src/hsr.c +++ b/game_payload/src/hsr.c @@ -72,7 +72,7 @@ static void _unityplayer_callback(HMODULE unityModule) { void hsr_fill_data(struct game_data *buf) { if (!utils_env_enabled("I_WANT_A_BAN")) { - msg_err_a("Using this tool with HSR is unsafe. Refer to the readme for more details"); + msg_err_a("Using this tool with HSR is unsafe. Refer to the readme for more details: https://codeberg.org/mkrsym1/jadeite"); } else { msg_warn_a("Using this tool with HSR will most likely result in a ban. Please only use testing accounts"); }