A god is a god is a god is a god. Right? Right. You're a god from 200, let's

show it!
This commit is contained in:
Melanie Thielker
2010-08-04 02:16:46 +02:00
parent 757929012e
commit d57bfec702

View File

@@ -218,7 +218,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat
fromPos = avatar.AbsolutePosition;
fromName = avatar.Name;
fromID = c.Sender.AgentId;
if (avatar.GodLevel > 200)
if (avatar.GodLevel >= 200)
{
fromNamePrefix = m_adminPrefix;
}