mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
Formatting cleanup. Add copyright notices.
This commit is contained in:
@@ -58,7 +58,7 @@ namespace OpenSim.Services.UserAccountService
|
||||
info.HomePosition = Vector3.Parse(d.Data["HomePosition"]);
|
||||
info.HomeLookAt = Vector3.Parse(d.Data["HomeLookAt"]);
|
||||
|
||||
return info;
|
||||
return info;
|
||||
}
|
||||
|
||||
public bool StoreGridUserInfo(GridUserInfo info)
|
||||
|
||||
Reference in New Issue
Block a user