diff --git a/scripts/server/economy.js b/scripts/server/economy.js index cadd11d0..8676bd24 100644 --- a/scripts/server/economy.js +++ b/scripts/server/economy.js @@ -84,6 +84,7 @@ function playerPayDay(client) { } givePlayerCash(client, netIncome); + getPlayerData(client).payDayAmount = 0; } // ===========================================================================