diff --git a/game_payload/src/hi3.c b/game_payload/src/hi3.c index 9e39a14..e4fe58b 100644 --- a/game_payload/src/hi3.c +++ b/game_payload/src/hi3.c @@ -31,7 +31,7 @@ void hi3_fill_data(struct game_data *buf) { } if (id == GAME_INVALID) { - msg_err_a("Invalid UnityPlayer.dll checksum: %d", crc); + msg_err_a("Invalid UnityPlayer.dll checksum: %x", crc); } buf->id = id; diff --git a/game_payload/src/hsr.c b/game_payload/src/hsr.c index 2dfe3f2..ea99c6d 100644 --- a/game_payload/src/hsr.c +++ b/game_payload/src/hsr.c @@ -87,7 +87,7 @@ void hsr_fill_data(struct game_data *buf) { } if (id == GAME_INVALID) { - msg_err_a("Invalid UnityPlayer.dll checksum: %d", crc); + msg_err_a("Invalid UnityPlayer.dll checksum: %x", crc); } buf->id = id;