mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
more on the hack (runprebuild)
This commit is contained in:
@@ -73,7 +73,6 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
private UUID m_profileImage = UUID.Zero;
|
||||
private string m_born;
|
||||
public List<uint> SelectedObjects {get; private set;}
|
||||
public bool SupportObjectAnimations { get; set; }
|
||||
|
||||
public NPCAvatar(
|
||||
string firstname, string lastname, Vector3 position, UUID ownerID, bool senseAsAgent, Scene scene)
|
||||
@@ -1392,5 +1391,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
|
||||
return 0;
|
||||
}
|
||||
|
||||
public void CheckViewerCaps() { }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user