minor: Correct mistake in terrain flip error message from previous commit 5d01a1f

0.8.0.3
Justin Clark-Casey (justincc) 2014-04-30 19:41:11 +01:00
parent 5d01a1ff4d
commit 7bb673a854
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}