mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
temporary HACK to not kill some viewers
This commit is contained in:
@@ -60,6 +60,8 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
|
||||
public int PingTimeMS { get { return 0; } }
|
||||
|
||||
public bool DoObjectAnimations { get; set; }
|
||||
|
||||
private string m_username;
|
||||
private string m_nick;
|
||||
|
||||
|
||||
@@ -73,6 +73,7 @@ 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 DoObjectAnimations { get; set; }
|
||||
|
||||
public NPCAvatar(
|
||||
string firstname, string lastname, Vector3 position, UUID ownerID, bool senseAsAgent, Scene scene)
|
||||
|
||||
Reference in New Issue
Block a user