From 21e32196c7fa6824b0146142bda8a5c6b3f162a9 Mon Sep 17 00:00:00 2001 From: mingchen Date: Fri, 21 Dec 2007 21:04:27 +0000 Subject: *Fixed logic issue in LandManager that caused an 'invalid parcel' error to spew in the debug when land was selected --- OpenSim/Region/ClientStack/ClientView.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/ClientStack') diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 10fd7ae..dba3682 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs @@ -1886,6 +1886,7 @@ namespace OpenSim.Region.ClientStack objdata.Sound = LLUUID.Zero; LLObject.TextureEntry ntex = new LLObject.TextureEntry(new LLUUID("00000000-0000-0000-5005-000000000005")); objdata.TextureEntry = ntex.ToBytes(); + objdata.State = 0; objdata.Data = new byte[0]; -- cgit v1.1