UserRollerSystem

This commit is contained in:
Mac_Slash
2020-04-21 13:27:59 +02:00
parent 15e4cec8ee
commit a2fb8c531e
3 changed files with 11 additions and 0 deletions

View File

@@ -166,6 +166,7 @@ namespace ReallifeGamemode.Server.Finance
User user = player.GetUser(dbContext);
if (player.IsLoggedIn())
{
user.PlayedMinutes += 1;
if (user.PaydayTimer <= 0)
{
Economy.SetPaycheck(player);