mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* This should fix presence issues.
This commit is contained in:
@@ -40,7 +40,8 @@ namespace OpenSim.Grid.MessagingServer
|
||||
public string httpURI = String.Empty;
|
||||
public List<FriendListItem> friendData = new List<FriendListItem> ();
|
||||
public List<LLUUID> subscriptionData = new List<LLUUID>();
|
||||
public bool OnlineYN = false;
|
||||
public bool OnlineYN = true;
|
||||
public bool lookupUserRegionYN = true;
|
||||
|
||||
public UserPresenceData()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user