mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Tell the user what the new terrain commands format is if they try to execute a deprecated one
* As per CharlieO's suggestion in #806. Thanks!
This commit is contained in:
@@ -177,7 +177,10 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
public bool RunTerrainCmdOnCurrentScene(string[] cmdparams, ref string result)
|
||||
{
|
||||
m_log.Warn("Terrain commands have been deprecated.");
|
||||
m_log.Warn("Old terrain commands format has been deprecated.");
|
||||
m_log.Warn("Please enter 'script terrain' rather than 'terrain'.");
|
||||
m_log.Warn("FOR EXAMPLE: script terrain fill 25");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user