Point user to Jadeite Readme

This commit is contained in:
caem 2023-07-08 15:11:52 +02:00
parent 61e657b2e4
commit 8164694c8f

View File

@ -72,7 +72,7 @@ static void _unityplayer_callback(HMODULE unityModule) {
void hsr_fill_data(struct game_data *buf) { void hsr_fill_data(struct game_data *buf) {
if (!utils_env_enabled("I_WANT_A_BAN")) { 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 { } else {
msg_warn_a("Using this tool with HSR will most likely result in a ban. Please only use testing accounts"); msg_warn_a("Using this tool with HSR will most likely result in a ban. Please only use testing accounts");
} }