Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit a2b66d1

Browse files
NotExcelzNotExcelz
authored andcommitted
Minor Issue
1 parent 9e6754d commit a2b66d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LInjector/LInjector/Windows/MainWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ private void SearchScriptsBox_SelectionChanged(object sender, RoutedEventArgs e)
400400
if (this.ScriptListHolder.Items.Count != 0)
401401
{
402402
TabSystemz.ChangeCurrentTabTitle(selectedItem.ToString());
403-
TabSystemz.current_monaco().SetText(File.ReadAllText(scriptfolder + (selectedItem != null ? selectedItem.ToString() : (string)null)));
403+
TabSystemz.current_monaco().SetText(File.ReadAllText(scriptfolder + "\\" + (selectedItem != null ? selectedItem.ToString() : (string)null)));
404404
}
405405
}
406406
else

0 commit comments

Comments
 (0)