From 100d4c4f1e4fc5f13f0f2db316bc665849e0157f Mon Sep 17 00:00:00 2001 From: aviate Date: Sat, 19 Oct 2019 00:04:11 +0200 Subject: [PATCH] changes --- ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs index 04e1a1a3..1945f35b 100644 --- a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs +++ b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs @@ -40,7 +40,7 @@ namespace ReallifeGamemode.Server.DrivingSchool { informationLabel1 = NAPI.TextLabel.CreateTextLabel("Flugschule", new Vector3(-1083.96, -2476.96, 14.07), 20.0f, 1.3f, 0, new Color(255, 255, 255)); - marker1 = NAPI.Marker.CreateMarker(434, new Vector3(-1083.96, -2476.96, 14.07), new Vector3(), new Vector3(), 1f, new Color(255, 255, 255)); + marker1 = NAPI.Marker.CreateMarker(MarkerType.VerticalCylinder, new Vector3(-1083.96, -2476.96, 14.07), new Vector3(), new Vector3(), 1f, new Color(255, 255, 255)); _colShape1 = NAPI.ColShape.CreateSphereColShape(new Vector3(-1083.96, -2476.96, 14.07), 3f); _colShape1.OnEntityEnterColShape += EntityEnterBusinessColShape;