mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
TOS module. WARNING: migration in GridUser table.
This commit is contained in:
@@ -70,6 +70,8 @@ namespace OpenSim.Services.UserAccountService
|
||||
info.Login = Util.ToDateTime(Convert.ToInt32(d.Data["Login"]));
|
||||
info.Logout = Util.ToDateTime(Convert.ToInt32(d.Data["Logout"]));
|
||||
|
||||
info.TOS = d.Data["TOS"];
|
||||
|
||||
return info;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user