mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
minor: Correct mistake in terrain flip error message from previous commit 5d01a1f
This commit is contained in:
@@ -1082,7 +1082,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
|
||||
}
|
||||
else
|
||||
{
|
||||
MainConsole.Instance.OutputFormat("ERROR: Unrecognised direction {0} - need or y", direction);
|
||||
MainConsole.Instance.OutputFormat("ERROR: Unrecognised direction {0} - need x or y", direction);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user