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"); }