Thanks for playing!

This commit is contained in:
Thomas G 2022-11-05 09:37:24 +11:00
parent 69be51761d
commit 25c02ed960
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function addWarning() {
function addDatabaseBackupRestoreWarning() {
let alertDiv = document.createElement("div");
alertDiv.innerHTML = "Please do not change any settings, accept/decline friend requests, send/delete messages or post to your feed. We are currently in the process of backing up our database.";
alertDiv.innerHTML = "Thanks for playing! We'll be back as soon as I can get a new VPS. (Please don't change settings, message or post anything!)";
alertDiv.setAttribute("id","alert");
document.body.appendChild(alertDiv);
}