* Fix edit scale command - was looking for one too few arguments
parent
c7d0e4ffc1
commit
5e9682cef7
|
@ -389,7 +389,7 @@ namespace OpenSim
|
||||||
|
|
||||||
private void HandleEditScale(string module, string[] args)
|
private void HandleEditScale(string module, string[] args)
|
||||||
{
|
{
|
||||||
if (args.Length == 5)
|
if (args.Length == 6)
|
||||||
{
|
{
|
||||||
m_sceneManager.HandleEditCommandOnCurrentScene(args);
|
m_sceneManager.HandleEditCommandOnCurrentScene(args);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue