From 5d4f1272d49c4cdb48978d3ea65b61fbfa31d442 Mon Sep 17 00:00:00 2001 From: Jonathan Bayer Date: Sun, 21 Feb 2021 21:42:57 -0500 Subject: [PATCH] disable the unfinished stock edit code --- WaypointManager/WaypointManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WaypointManager/WaypointManager.cs b/WaypointManager/WaypointManager.cs index eb073c7..658084a 100644 --- a/WaypointManager/WaypointManager.cs +++ b/WaypointManager/WaypointManager.cs @@ -486,10 +486,12 @@ protected void WaypointLineGUI(WaypointData wpd) } else { +#if false if (GUILayout.Button(new GUIContent(Config.editWaypointIcon, "Edit Stock Waypoint"), GUI.skin.label)) { CustomWaypointGUI.EditWaypoint(wpd.waypoint, true); } +#endif if (GUILayout.Button(new GUIContent(Config.deleteWaypointIcon, "Hide Stock Waypoint"), GUI.skin.label)) { CustomWaypointGUI.DeleteWaypoint(wpd.waypoint);