Use global config for currency string
This commit is contained in:
@@ -216,7 +216,7 @@ function isDoubleBonusActive() {
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function getCurrencyString(amount) {
|
function getCurrencyString(amount) {
|
||||||
let tempString = getEconomyConfig().currencyString
|
let tempString = getGlobalConfig().economy.currencyString;
|
||||||
tempString = tempString.replace("{AMOUNT}", toString(makeLargeNumberReadable(amount)));
|
tempString = tempString.replace("{AMOUNT}", toString(makeLargeNumberReadable(amount)));
|
||||||
return tempString;
|
return tempString;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user