* Removed references to "new LLUUID()", replaced with LLUUID.Zero.

This commit is contained in:
Adam Frisby
2007-11-24 10:36:54 +00:00
parent 39a3784b43
commit 0951f895ef
8 changed files with 13 additions and 13 deletions

View File

@@ -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;