Remove economy config reload command

This commit is contained in:
Vortrex
2023-03-01 01:20:32 -06:00
parent 9f8d4cf034
commit ff2d416539

View File

@@ -674,13 +674,6 @@ function resetAllServerAmbienceElementsCommand(command, params, client) {
// ===========================================================================
function reloadEconomyConfigurationCommand(command, params, client) {
getGlobalConfig().economy = loadEconomyConfig();
messageAdmins(`{adminOrange}${getPlayerName(client)} {MAINCOLOUR}has reloaded the economy settings`);
}
// ===========================================================================
function showLocalePickerTestCommand(command, params, client) {
showLocaleChooserForPlayer(client);
}