aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/OpenSim.GUI/Main.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/OpenSim.GUI/Main.cs')
-rw-r--r--OpenSim/Tools/OpenSim.GUI/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/OpenSim.GUI/Main.cs b/OpenSim/Tools/OpenSim.GUI/Main.cs
index adb331b..9467312 100644
--- a/OpenSim/Tools/OpenSim.GUI/Main.cs
+++ b/OpenSim/Tools/OpenSim.GUI/Main.cs
@@ -407,7 +407,7 @@ namespace OpenSim.GUI
407 portBox1.Text = "13050"; 407 portBox1.Text = "13050";
408 MessageBox.Show("Enter Usable port number, defaulting to 13050."); 408 MessageBox.Show("Enter Usable port number, defaulting to 13050.");
409 } 409 }
410 if(aPort < 13000) 410 if (aPort < 13000)
411 { 411 {
412 portBox1.Text = "13000"; 412 portBox1.Text = "13000";
413 MessageBox.Show("Enter Usable port number, defaulting to 13000."); 413 MessageBox.Show("Enter Usable port number, defaulting to 13000.");