Merge pull request #3572 from Undeemiss/exception-typo

MISC: Fixed typo in exceptionAlert.ts
This commit is contained in:
hydroflame 2022-05-04 11:58:27 -04:00 committed by GitHub
commit a3fe965771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,6 @@ export function exceptionAlert(e: IError | string): void {
"This is a bug, please report to game developer with this " +
"message as well as details about how to reproduce the bug.<br><br>" +
"If you want to be safe, I suggest refreshing the game WITHOUT saving so that your " +
"safe doesn't get corrupted",
"save doesn't get corrupted",
);
}