This commit is contained in:
Michael
2020-03-23 20:55:18 +01:00
parent e9bc569553
commit 6226510493

View File

@@ -107,6 +107,7 @@ namespace ReallifeGamemode.Server.DrivingSchool
user.TriggerEvent("stopTimer"); user.TriggerEvent("stopTimer");
CheckPointHandle.StartCheckPointRoute(user, planeRoute, 0, 6, 12, "planeSchoolEvent"); CheckPointHandle.StartCheckPointRoute(user, planeRoute, 0, 6, 12, "planeSchoolEvent");
} }
} }
} }