Change some things on job wages users don't need to know

This commit is contained in:
2021-04-27 04:21:46 +02:00
parent 3393e0d38d
commit 72f8732bbc
2 changed files with 8 additions and 8 deletions

View File

@@ -24,8 +24,8 @@ namespace ReallifeGamemode.Server.Job
public const string INTERMEDIATE = "Fortgeschrittener";
public const string PROFESSIONAL = "Profi";
public const int WAGE_BEGINNER = 300;
public const int WAGE_INTERMEDIATE = 900;
public const int WAGE_BEGINNER = 350;
public const int WAGE_INTERMEDIATE = 950;
public const uint VEHICLE_BEGINNER = (uint)VehicleHash.Cuban800;
public const uint VEHICLE_INTERMEDIATE = (uint)VehicleHash.Velum2;