Skip to content

Commit

Permalink
Add random BRICK BLOCKED comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed Aug 1, 2024
1 parent bad393a commit 307bf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/swap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ user_check(FILE* backup, account account_type)

if (!found) {
// The persistent ID probably does not match the user's, so block the swap.
// This means that the end-user probably tried moving backups around.
// This means that the end-user probably tried moving backups around. BRICK BLOCKED!
draw_error_menu("The account.dat does not match the current user!");
handle_cleanup(backup, account_type, buffer, true);
}
Expand Down

0 comments on commit 307bf59

Please sign in to comment.