mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
* Various terrain engine fixes
* Includes patch #894 fixes for terrain load-tile * Large number of other terrain fixes and new commands included.
This commit is contained in:
@@ -249,7 +249,7 @@ namespace OpenSim.Region.Environment.Modules.ModuleFramework
|
||||
{
|
||||
if (m_commands.ContainsKey(function))
|
||||
{
|
||||
if (args[0] == "help")
|
||||
if (args.Length > 0 && args[0] == "help")
|
||||
{
|
||||
m_commands[function].ShowConsoleHelp();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user