mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user