From cd87b90ac77bc07ca5a75d8ef0646767843aaaa9 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 11 Jul 2022 17:39:36 -0500 Subject: [PATCH] Use name from database --- scripts/server/subaccount.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }