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

show it!
avinationmerge
Melanie Thielker 2010-08-04 02:16:46 +02:00
parent 757929012e
commit d57bfec702
1 changed files with 1 additions and 1 deletions

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