From a45c4626fed365b200f10e909e9de162766c06f1 Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 27 Aug 2007 16:21:16 +0000 Subject: Fixed the bug that sent a region port as the CAPS url, instead of sending the httpListener port. --- OpenSim/Region/Application/OpenSimMain.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'OpenSim/Region/Application/OpenSimMain.cs') diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index ec660f3..0b51759 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs @@ -455,6 +455,9 @@ namespace OpenSim } break; + case "set-time": + break; + case "quit": case "shutdown": Shutdown(); -- cgit v1.1