From 8fa132707d8904b94d0ce7e330fd0043ba07c799 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Sat, 26 Apr 2025 10:37:42 -0500 Subject: [PATCH] fix stop button --- Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui b/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui index 18646fe1a..92505f4e7 100644 --- a/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui +++ b/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui @@ -485,7 +485,7 @@ $guiContent = new GuiNavEditorCtrl(NavEditorGui, EditorGuiGroup) { VertSizing = "bottom"; Extent = "90 18"; text = "Stop"; - command = "NavEditorGui.stop();"; + command = "NavEditorGui.getPlayer().stop();"; }; }; };