mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Change improperly named isNPC to be IsNPC as a property should be uppercase
This commit is contained in:
@@ -56,7 +56,7 @@ namespace OpenSim.Framework
|
||||
bool IsChildAgent { get; }
|
||||
|
||||
bool IsInTransit { get; }
|
||||
bool isNPC { get;}
|
||||
bool IsNPC { get;}
|
||||
|
||||
bool Invulnerable { get; set; }
|
||||
/// <summary>
|
||||
@@ -83,4 +83,4 @@ namespace OpenSim.Framework
|
||||
/// <remarks>Will be Vector3.Zero for a child agent.</remarks>
|
||||
Vector3 Lookat { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user