Use adminOrange instead of adminRed

This commit is contained in:
Vortrex
2022-04-28 16:26:35 -05:00
parent 18296c83b4
commit 54bc30f5dc
11 changed files with 125 additions and 86 deletions

View File

@@ -666,7 +666,7 @@ function resetAllServerAmbienceElementsCommand(command, params, client) {
function reloadEconomyConfigurationCommand(command, params, client) {
getGlobalConfig().economy = loadEconomyConfig();
messageAdmins(`{adminRed}${getPlayerName(client)} {MAINCOLOUR}has reloaded the economy settings`);
messageAdmins(`{adminOrange}${getPlayerName(client)} {MAINCOLOUR}has reloaded the economy settings`);
}
// ===========================================================================