case sensitivity script fixes

This commit is contained in:
Azaezel 2015-08-14 18:00:36 -05:00
parent c7dfe3c1f8
commit 826be7287a
4 changed files with 18 additions and 18 deletions

View file

@ -34,7 +34,7 @@ function initializeNavEditor()
echo(" % - Initializing Navigation Editor");
// Execute all relevant scripts and GUIs.
exec("./NavEditor.cs");
exec("./navEditor.cs");
exec("./NavEditorGui.gui");
exec("./NavEditorToolbar.gui");
exec("./NavEditorConsoleDlg.gui");