Skip to content

Commit

Permalink
Only two p's in appear :) (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarnetSunset authored Apr 21, 2024
1 parent 3de0e19 commit b7d8e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/backup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void writeBackup(FILE* account, const std::string& backupPath, char* buffer) {
WHBLogConsoleSetColor(0x00990000);
WHBLogPrint("---------------------------------------------------------");
WHBLogPrint("The account.dat was backed up successfully!");
WHBLogPrint("The main menu will apppear in 5 seconds...");
WHBLogPrint("The main menu will appear in 5 seconds...");
WHBLogConsoleDraw();
WHBLogPrint("---------------------------------------------------------");
fclose(backup);
Expand Down

0 comments on commit b7d8e3a

Please sign in to comment.