minor: Correct mistake in terrain flip error message from previous commit 5d01a1f
parent
5d01a1ff4d
commit
7bb673a854
|
@ -1082,7 +1082,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
MainConsole.Instance.OutputFormat("ERROR: Unrecognised direction {0} - need or y", direction);
|
MainConsole.Instance.OutputFormat("ERROR: Unrecognised direction {0} - need x or y", direction);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue