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