Reset payday after getting paid

This commit is contained in:
Vortrex
2023-03-04 23:44:51 -06:00
parent d8b35d9aa9
commit cdb67fa7e6

View File

@@ -84,6 +84,7 @@ function playerPayDay(client) {
}
givePlayerCash(client, netIncome);
getPlayerData(client).payDayAmount = 0;
}
// ===========================================================================