From cefa61c48eec80481ba69e29455f7531a889556d Mon Sep 17 00:00:00 2001 From: aviate Date: Sun, 13 Oct 2019 21:58:10 +0200 Subject: [PATCH] changed drivingschool vehicle --- ReallifeGamemode.Server/DrivingSchool/DrivingSchool.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/DrivingSchool/DrivingSchool.cs b/ReallifeGamemode.Server/DrivingSchool/DrivingSchool.cs index 9e7f3524..59f3f714 100644 --- a/ReallifeGamemode.Server/DrivingSchool/DrivingSchool.cs +++ b/ReallifeGamemode.Server/DrivingSchool/DrivingSchool.cs @@ -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; }