diff options
Diffstat (limited to 'OpenSim/Data/IPresenceData.cs')
-rw-r--r-- | OpenSim/Data/IPresenceData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/IPresenceData.cs b/OpenSim/Data/IPresenceData.cs index 1ccabcc..98353ed 100644 --- a/OpenSim/Data/IPresenceData.cs +++ b/OpenSim/Data/IPresenceData.cs | |||
@@ -35,7 +35,7 @@ namespace OpenSim.Data | |||
35 | // This MUST be a ref type! | 35 | // This MUST be a ref type! |
36 | public class PresenceData | 36 | public class PresenceData |
37 | { | 37 | { |
38 | public UUID PrincipalID; | 38 | public string UserID; |
39 | public UUID RegionID; | 39 | public UUID RegionID; |
40 | public UUID SessionID; | 40 | public UUID SessionID; |
41 | public Dictionary<string, string> Data; | 41 | public Dictionary<string, string> Data; |