mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
seems to compile ( tests comented out)
This commit is contained in:
@@ -183,15 +183,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Combat.CombatModule
|
||||
try
|
||||
{
|
||||
ILandObject obj = avatar.Scene.LandChannel.GetLandObject(avatar.AbsolutePosition.X, avatar.AbsolutePosition.Y);
|
||||
<<<<<<< HEAD
|
||||
|
||||
if (obj == null)
|
||||
return;
|
||||
|
||||
=======
|
||||
if (obj == null)
|
||||
return;
|
||||
>>>>>>> avn/ubitvar
|
||||
if ((obj.LandData.Flags & (uint)ParcelFlags.AllowDamage) != 0
|
||||
|| avatar.Scene.RegionInfo.RegionSettings.AllowDamage)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user