Use server config for currency string

This commit is contained in:
Vortrex
2023-03-01 01:18:56 -06:00
parent 623434d70f
commit b4d8acc07b

View File

@@ -1325,7 +1325,7 @@ function showSingleParticleEffect(position, particleEffectId, strength = 1.0, du
// ==========================================================================
function sendPlayerCurrencyString(client) {
sendNetworkEventToPlayer("v.rp.currencyString", client, getGlobalConfig().economy.currencyString);
sendNetworkEventToPlayer("v.rp.currencyString", client, getServerConfig().economy.currencyString);
}
// ==========================================================================