Skip to content

Commit

Permalink
Merge pull request #112 from kh0nsu/main
Browse files Browse the repository at this point in the history
Fix loader exception on startup when manual server entries are present
  • Loading branch information
TLeonardUK authored Feb 16, 2022
2 parents 131f5bc + 0ef7808 commit 7264221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Loader/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public MainForm()
{
InitializeComponent();

ImportedServerListView.Items.Clear();
ImportedServerListView.ListViewItemSorter = new ServerListSorter();

MachinePrivateIp = NetUtils.GetMachineIPv4(false);
Expand Down

0 comments on commit 7264221

Please sign in to comment.