From 75e26b8e8ac9a2453b0f0b7618a4c023d74944bc Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 14 Mar 2020 19:23:35 +0100 Subject: [PATCH] delete waypoint at planeschool.ts --- ReallifeGamemode.Client/util/planeschool.ts | 1 - 1 file changed, 1 deletion(-) 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); });