fix stop button

This commit is contained in:
AzaezelX 2025-04-26 10:37:42 -05:00
parent 20976b485c
commit 8fa132707d

View file

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