Fixed it so change-region works with region names that have spaces in them.

Fixed it so that change-region gives some feedback to show if its worked (found the region) or not.
This commit is contained in:
MW
2007-09-04 16:39:44 +00:00
parent bfd36e2e83
commit 16cbc35f0c
2 changed files with 34 additions and 9 deletions

View File

@@ -1135,7 +1135,6 @@ namespace OpenSim.Region.Environment.Scenes
public void RegisterModuleInterface<M>( M mod)
{
//Console.WriteLine("registering module interface " + typeof(M));
if (!this.ModuleInterfaces.ContainsKey(typeof(M)))
{
ModuleInterfaces.Add(typeof(M), mod);
@@ -1255,6 +1254,7 @@ namespace OpenSim.Region.Environment.Scenes
break;
case "set-time":
this.SetTimePhase(Convert.ToInt32(cmdparams[0]));
break;
case "backup":