fix nav editor stop comand

This commit is contained in:
AzaezelX 2025-04-28 12:49:48 -05:00
parent 7ed3f11c8e
commit c6f19e5cae

View file

@ -485,7 +485,7 @@ $guiContent = new GuiNavEditorCtrl(NavEditorGui, EditorGuiGroup) {
VertSizing = "bottom";
Extent = "90 18";
text = "Stop";
command = "NavEditorGui.getPlayer().stop();";
command = "NavEditorGui.stop();";
};
};
};