Skip to content

Commit

Permalink
bullshit try catch
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluscream committed Aug 9, 2016
1 parent 981e065 commit b74226d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ static void Main(string[] args)
}
}
catch (Exception) { settings = ReadSettings(Program.Location + "Settings.xml"); }
try { Console.Write("IPs: "); } catch (Exception) { }
Console.Write("IPs: ");
try
{
ServerInstance.WanIP = "";ServerInstance.LanIP = "";
Expand Down

0 comments on commit b74226d

Please sign in to comment.