mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Finish the renaming and mae things compile again
This commit is contained in:
@@ -32,11 +32,11 @@ namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public class UserAccountData
|
||||
{
|
||||
public UserData()
|
||||
public UserAccountData()
|
||||
{
|
||||
}
|
||||
|
||||
public UserData(UUID userID, UUID homeRegionID, float homePositionX,
|
||||
public UserAccountData(UUID userID, UUID homeRegionID, float homePositionX,
|
||||
float homePositionY, float homePositionZ, float homeLookAtX,
|
||||
float homeLookAtY, float homeLookAtZ)
|
||||
{
|
||||
@@ -80,7 +80,7 @@ namespace OpenSim.Services.Interfaces
|
||||
|
||||
public class UserAccountDataMessage
|
||||
{
|
||||
public UserData Data;
|
||||
public UserAccountData Data;
|
||||
|
||||
// Set to the region's ID and secret when updating home location
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user