Fixed typo in exceptionAlert.ts

This commit is contained in:
Undeemiss 2022-04-27 18:45:25 -05:00
parent 9c805dabb8
commit 138a945707

@ -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",
);
}