Fix inflation multiplier util
This commit is contained in:
@@ -22,7 +22,7 @@ function getTimeDisplayUntilPlayerPayDay(client) {
|
|||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|
||||||
function applyServerInflationMultiplier(value) {
|
function applyServerInflationMultiplier(value) {
|
||||||
return value*getServerConfig().inflationMultiplier;
|
return toInteger(Math.round(value*getServerConfig().inflationMultiplier))
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
Reference in New Issue
Block a user