mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Change improperly named isNPC to be IsNPC as a property should be uppercase
This commit is contained in:
@@ -2302,7 +2302,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
List<ScenePresence> sitters = GetSittingAvatars();
|
||||
foreach(ScenePresence sp in sitters)
|
||||
{
|
||||
if(!sp.IsDeleted && !sp.isNPC && sp.IsSatOnObject)
|
||||
if(!sp.IsDeleted && !sp.IsNPC && sp.IsSatOnObject)
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user