* Fix build error, (maybe)

* Might break something..     hard to say..      0.o
This commit is contained in:
Teravus Ovares
2008-09-20 17:17:41 +00:00
parent 5a1be7835c
commit 42f04233a4
2 changed files with 5 additions and 4 deletions

View File

@@ -552,7 +552,7 @@ namespace OpenSim.Region.Environment.Modules.InterGrid
// REPLACEMENT
responseMap["region_seed_capability"] = LLSD.FromString(regionCapsHttpProtocol + httpaddr + ":" + reg.HttpPort + "/CAPS/" + userCap.CapsObjectPath + "0000/");
responseMap["rez_avatar"] = LLSD.FromString(rezHttpProtocol + httpaddr + ":" + urlport + rezAvatarPath);
responseMap["rez_avatar/rez"] = LLSD.FromString(rezHttpProtocol + httpaddr + ":" + urlport + rezAvatarPath);
responseMap["rez_avatar/derez"] = LLSD.FromString(rezHttpProtocol + httpaddr + ":" + urlport + derezAvatarPath);