changed drivingschool vehicle
This commit is contained in:
@@ -101,7 +101,7 @@ namespace ReallifeGamemode.Server.DrivingSchool
|
||||
{
|
||||
Vehicle veh = user.Vehicle;
|
||||
|
||||
if (veh == null || veh.DisplayName != "Buffalo")
|
||||
if (veh == null || veh.DisplayName != "Premier")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user