Remove I_WANT_A_BAN requirement

This commit is contained in:
mkrsym1
2023-07-30 00:50:04 +03:00
parent ac68448cbd
commit dd15dc60e3
2 changed files with 1 additions and 8 deletions

View File

@ -71,12 +71,6 @@ 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: 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");
}
uint32_t crc = utils_file_crc32c("UnityPlayer.dll");
enum game_id id = GAME_INVALID;