mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
god also read local chat
This commit is contained in:
@@ -238,10 +238,15 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat
|
||||
if (avatar.GodLevel >= 200)
|
||||
{
|
||||
fromNamePrefix = m_adminPrefix;
|
||||
checkParcelHide = false;
|
||||
}
|
||||
else
|
||||
{
|
||||
checkParcelHide = true;
|
||||
}
|
||||
destination = UUID.Zero; // Avatars cant "SayTo"
|
||||
ownerID = c.Sender.AgentId;
|
||||
checkParcelHide = true;
|
||||
|
||||
hidePos = fromPos;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user