diff --git a/ReallifeGamemode.Client/util/planeschool.ts b/ReallifeGamemode.Client/util/planeschool.ts index 917a5d2d..919ef6c1 100644 --- a/ReallifeGamemode.Client/util/planeschool.ts +++ b/ReallifeGamemode.Client/util/planeschool.ts @@ -47,7 +47,6 @@ export default function planeSchoolHandle(globalData: GlobalData) { }); mp.events.add('waitPlayerEntersVehicle1', () => { - mp.game.ui.setNewWaypoint(-1114.39, -2333.09); timerSet = true; timer = setInterval(timerPlayerInVehicle1, 3000); });