mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
⚡ updated error message
This commit is contained in:
parent
9223c520b1
commit
8fb7687d42
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ void Bank::Load()
|
|||
static uint8_t temp[16]{16, 0, 0, 0, 4};
|
||||
users_save.write((char *)temp, 16);
|
||||
users_save.close();
|
||||
throw std::invalid_argument("Cannot access loading file\n");
|
||||
throw std::invalid_argument("Cannot find users.dat, file has been created\n");
|
||||
}
|
||||
|
||||
uint32_t buffer_size;
|
||||
|
|
|
|||
Loading…
Reference in a new issue