[+] Add HQ - Chat for Cops
This commit is contained in:
@@ -199,6 +199,11 @@ namespace ReallifeGamemode.Server.Finance
|
||||
if (user.PaydayTimer <= 0)
|
||||
{
|
||||
Economy.SetPaycheck(player, user.Wage);
|
||||
using (var dbContext = new DatabaseContext())
|
||||
{
|
||||
player.GetUser(dbContext).PaydayTimer = 60;
|
||||
dbContext.SaveChanges();
|
||||
}
|
||||
return;
|
||||
}
|
||||
if (user.PaydayTimer > 0)
|
||||
@@ -210,10 +215,7 @@ namespace ReallifeGamemode.Server.Finance
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user