diff --git a/scripts/server/subaccount.js b/scripts/server/subaccount.js index 52fb5102..d7104cd7 100644 --- a/scripts/server/subaccount.js +++ b/scripts/server/subaccount.js @@ -402,7 +402,7 @@ function checkNewCharacter(client, firstName, lastName) { } else { messagePlayerError(client, "Your character could not be created!"); } - messagePlayerAlert(client, `${getServerName()} staff have been notified of the problem and will fix it soon.`); + messagePlayerAlert(client, `${getServerConfig().name} staff have been notified of the problem and will fix it soon.`); return false; }