mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Removed references to "new LLUUID()", replaced with LLUUID.Zero.
This commit is contained in:
@@ -31,7 +31,7 @@ namespace OpenSim.Framework.Data
|
||||
{
|
||||
public class ReservationData
|
||||
{
|
||||
public LLUUID userUUID = new LLUUID();
|
||||
public LLUUID userUUID = LLUUID.Zero;
|
||||
public int reservationMinX = 0;
|
||||
public int reservationMinY = 0;
|
||||
public int reservationMaxX = 65536;
|
||||
|
||||
Reference in New Issue
Block a user