From 1122aa3efef161565eecf385deb7b57f646a5d79 Mon Sep 17 00:00:00 2001 From: gareth Date: Thu, 1 Mar 2007 02:02:01 +0000 Subject: WOOHOO! Avatar/Asset loading works! --- src/Config.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Config.cs') diff --git a/src/Config.cs b/src/Config.cs index 44e0689..d4a0797 100644 --- a/src/Config.cs +++ b/src/Config.cs @@ -68,9 +68,9 @@ namespace OpenSim this.RegionHandle = Helpers.UIntsToLong((RegionLocX*256), (RegionLocY*256)); this.IPListenPort = 9000; this.IPListenAddr = "4.78.190.75"; - this.AssetURL = "http://osgrid.org/ogs/assetserver/"; + this.AssetURL = "http://www.osgrid.org/ogs/assetserver/"; this.AssetSendKey = "1234"; - this.GridURL = "http://osgrid.org/ogs/gridserver/"; + this.GridURL = "http://www.osgrid.org/ogs/gridserver/"; this.GridSendKey = "1234"; } -- cgit v1.1