mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Resolve mantis #572 - terrain help printed multiple times when change-region has not been invoked
This commit is contained in:
@@ -187,6 +187,12 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
success = false;
|
||||
}
|
||||
|
||||
// Messy way of preventing us printing out the same help text for each scene
|
||||
if (cmdparams.Length <= 0 || cmdparams[0] == "help")
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return success;
|
||||
|
||||
Reference in New Issue
Block a user