changed drivingschool vehicle

This commit is contained in:
aviate
2019-10-13 21:58:10 +02:00
parent 2d7a5a54e3
commit cefa61c48e

View File

@@ -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;
}