Formatting cleanup, ignore some generated files.
parent
142b481e03
commit
65d48a5e60
|
@ -784,7 +784,7 @@ VALUES
|
|||
@block_show_in_search,@agent_limit,@object_bonus,@maturity,@disable_scripts,@disable_collisions,@disable_physics,
|
||||
@terrain_texture_1,@terrain_texture_2,@terrain_texture_3,@terrain_texture_4,@elevation_1_nw,@elevation_2_nw,@elevation_1_ne,
|
||||
@elevation_2_ne,@elevation_1_se,@elevation_2_se,@elevation_1_sw,@elevation_2_sw,@water_height,@terrain_raise_limit,
|
||||
@terrain_lower_limit,@use_estate_sun,@fixed_sun,@sun_position,@covenant,@sunvectorx,@sunvectory, @sunvectorz, @Sandbox, @loaded_creation_date, @loaded_creation_time, @loaded_creation_id )";
|
||||
@terrain_lower_limit,@use_estate_sun,@fixed_sun,@sun_position,@covenant,@sunvectorx,@sunvectory, @sunvectorz, @Sandbox, @loaded_creation_date, @loaded_creation_time, @loaded_creation_id)";
|
||||
|
||||
using (AutoClosingSqlCommand cmd = _Database.Query(sql))
|
||||
{
|
||||
|
|
|
@ -827,7 +827,7 @@ namespace OpenSim.Region.CoreModules.World.Permissions
|
|||
ScenePresence sp = scene.GetScenePresence(user);
|
||||
IClientAPI client = sp.ControllingClient;
|
||||
|
||||
if((client.GetGroupPowers(group) & (ulong)GroupPowers.DeedObject) == 0)
|
||||
if ((client.GetGroupPowers(group) & (ulong)GroupPowers.DeedObject) == 0)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
|
|
@ -113,7 +113,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
|||
}
|
||||
}
|
||||
|
||||
public FakeStorageManager() : base( new FakeRegionDataStore() )
|
||||
public FakeStorageManager() : base(new FakeRegionDataStore())
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -132,7 +132,7 @@ namespace OpenSim.Region.Framework.Scenes.Tests
|
|||
RegionInfo regionInfo = new RegionInfo(0,0,null,null);
|
||||
FakeStorageManager storageManager = new FakeStorageManager();
|
||||
|
||||
Scene scene = new Scene(regionInfo, null, null, null, storageManager, null, false, false, false, null, null );
|
||||
Scene scene = new Scene(regionInfo, null, null, null, storageManager, null, false, false, false, null, null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue