Minor change in error message (HG teleport failures)

0.7.4.1
Diva Canto 2012-04-27 09:24:50 -07:00
parent e4e754ee93
commit c84f63f4dc
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
if (sp.UserLevel < m_levelHGTeleport)
{
m_log.WarnFormat("[HG ENTITY TRANSFER MODULE]: Unable to HG teleport agent due to insufficient UserLevel.");
reason = "HyperGrid teleport not permitted";
reason = "Hypergrid teleport not allowed";
return false;
}