mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
Part 1/2 - loading sim datafiles from remote servers. (Floating grid, here we come!)
This commit is contained in:
@@ -166,6 +166,9 @@ namespace OpenGridServices.GridServer
|
||||
responseData["user_sendkey"] = TheSim.regionUserSendKey;
|
||||
responseData["user_recvkey"] = TheSim.regionUserRecvKey;
|
||||
responseData["authkey"] = TheSim.regionSecret;
|
||||
|
||||
// New! If set, use as URL to local sim storage (ie http://remotehost/region.yap)
|
||||
responseData["datauri"] = TheSim.regionDataURI;
|
||||
}
|
||||
|
||||
return response;
|
||||
|
||||
Reference in New Issue
Block a user