Replace AG references with server name str replace

This commit is contained in:
Vortrex
2021-06-28 16:30:46 -05:00
parent 7a76bf4a44
commit 48f80afb0d
3 changed files with 10 additions and 10 deletions

View File

@@ -267,7 +267,7 @@ function checkNewCharacter(client, firstName, lastName) {
} else {
messagePlayerAlert(client, "Your character could not be created!");
}
messagePlayerAlert(client, "Asshat Gaming staff have been notified of the problem and will fix it shortly.");
messagePlayerAlert(client, `${getServerName()} staff have been notified of the problem and will fix it shortly.`);
return false;
}