mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -133,7 +133,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Friends
|
||||
|
||||
public void PostInitialise()
|
||||
{
|
||||
if(m_scenes.Count > 0)
|
||||
if (m_scenes.Count > 0)
|
||||
{
|
||||
m_TransferModule = m_initialScene.RequestModuleInterface<IMessageTransferModule>();
|
||||
}
|
||||
|
||||
@@ -950,7 +950,7 @@ namespace OpenSim.Region.Environment.Modules.World.Permissions
|
||||
|
||||
ILandObject land = m_scene.LandChannel.GetLandObject(newPoint.X, newPoint.Y);
|
||||
|
||||
if(!enteringRegion)
|
||||
if (!enteringRegion)
|
||||
{
|
||||
ILandObject fromland = m_scene.LandChannel.GetLandObject(task.AbsolutePosition.X, task.AbsolutePosition.Y);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user