mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
* Removed references to "new LLUUID()", replaced with LLUUID.Zero.
This commit is contained in:
@@ -342,8 +342,8 @@ namespace OpenSim.Framework.UserManagement
|
||||
agent.logoutTime = 0;
|
||||
|
||||
// Current location
|
||||
agent.regionID = new LLUUID(); // Fill in later
|
||||
agent.currentRegion = new LLUUID(); // Fill in later
|
||||
agent.regionID = LLUUID.Zero; // Fill in later
|
||||
agent.currentRegion = LLUUID.Zero; // Fill in later
|
||||
|
||||
profile.currentAgent = agent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user