From fcc7f86427f14f9a43a918f30cdf97b438c49a77 Mon Sep 17 00:00:00 2001 From: MW Date: Fri, 13 Jul 2007 16:12:38 +0000 Subject: Changed simpleApp to use basic physics. Done some work of fixing primitive/SceneObject copying. Set DefaultHome region to 1000,1000. --- OpenSim/Framework/General/Types/NetworkServersInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Framework/General/Types/NetworkServersInfo.cs') diff --git a/OpenSim/Framework/General/Types/NetworkServersInfo.cs b/OpenSim/Framework/General/Types/NetworkServersInfo.cs index 89ebf94..21ff4b9 100644 --- a/OpenSim/Framework/General/Types/NetworkServersInfo.cs +++ b/OpenSim/Framework/General/Types/NetworkServersInfo.cs @@ -44,8 +44,8 @@ namespace OpenSim.Framework.Types public string UserRecvKey = ""; public bool isSandbox; - public uint DefaultHomeLocX = 0; - public uint DefaultHomeLocY = 0; + public uint DefaultHomeLocX = 1000; + public uint DefaultHomeLocY = 1000; public int HttpListenerPort = 9000; public int RemotingListenerPort = 8895; -- cgit v1.1