mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
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:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user