Reformat invalid checksum messagebox

This commit is contained in:
mkrsym1 2023-08-12 02:29:27 +03:00
parent c17cf00409
commit ca65bbd70c

View File

@ -86,7 +86,7 @@ void hsr_fill_data(struct game_data *buf) {
} }
if (id == HSR_INVALID) { if (id == HSR_INVALID) {
msg_err_a("Invalid UnityPlayer.dll checksum: %x", crc); msg_err_a("Invalid UnityPlayer.dll checksum: 0x%08x. This usually happens when the patch is outdated", crc);
} }
buf->base_module_name = HSR_BASE_MODULE_NAME; buf->base_module_name = HSR_BASE_MODULE_NAME;