Use name from database

This commit is contained in:
Vortrex
2022-07-11 17:39:36 -05:00
parent 362f20a059
commit cd87b90ac7

View File

@@ -402,7 +402,7 @@ function checkNewCharacter(client, firstName, lastName) {
} else { } else {
messagePlayerError(client, "Your character could not be created!"); 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; return false;
} }