mirror of
https://github.com/opensim/opensim.git
synced 2026-06-30 02:57:02 +08:00
Adding new fields and home location methid to presence. Adding cleanup
(deleting all but one presence record) on logout so that they don't pile up.
This commit is contained in:
@@ -177,6 +177,8 @@ namespace OpenSim.Data.MySQL
|
||||
result.Add(row);
|
||||
}
|
||||
|
||||
reader.Close();
|
||||
|
||||
CloseReaderCommand(cmd);
|
||||
|
||||
return result.ToArray();
|
||||
|
||||
Reference in New Issue
Block a user