Browse Source

fix nav editor stop comand

AzaezelX 6 months ago
parent
commit
c6f19e5cae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui

+ 1 - 1
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.getPlayer().stop();";
+                  command = "NavEditorGui.stop();";
                };
             };
          };