Add PlaneSchool & DrivingSchool licenses
This commit is contained in:
@@ -90,7 +90,9 @@ namespace ReallifeGamemode.Database.Entities
|
||||
|
||||
public int PaydayTimer { get; set; } = 60;
|
||||
|
||||
public bool DriverLicenseVehicle { get; set; }
|
||||
public bool DriverLicenseVehicle { get; set; } = false;
|
||||
|
||||
public bool FlyingLicensePlane { get; set; } = false;
|
||||
|
||||
public bool IsAdmin(AdminLevel level) => AdminLevel >= level;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user