mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* Fix edit scale command - was looking for one too few arguments
This commit is contained in:
@@ -389,7 +389,7 @@ namespace OpenSim
|
||||
|
||||
private void HandleEditScale(string module, string[] args)
|
||||
{
|
||||
if (args.Length == 5)
|
||||
if (args.Length == 6)
|
||||
{
|
||||
m_sceneManager.HandleEditCommandOnCurrentScene(args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user